Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in HeaderResize property in angular 13.2.0 #8

Open
wondie opened this issue Feb 4, 2022 · 2 comments · May be fixed by #9
Open

Typo in HeaderResize property in angular 13.2.0 #8

wondie opened this issue Feb 4, 2022 · 2 comments · May be fixed by #9

Comments

@wondie
Copy link

wondie commented Feb 4, 2022

After installing and building, I get this error below.


Error: node_modules/@revolist/angular-datagrid/dist/proxies/revogrid.d.ts:164:42 - error TS2339: Property 'headerResize' does not exist on type 'RevogrHeaderComponent'.

164     headerResize: IRevogrHeaderComponent['headerResize'];
                                             ~~~~~~~~~~~~~~

The error is gone once I edited it to RevogrHeaderComponent['headerresize']; in node_modules/@revolist/angular-datagrid/dist/proxies/revogrid.d.ts line 164.

@andrewames
Copy link

Can this be resolved? Easy enough to rename it but my build server is going to pull this again and have the issue in prod

@dratzinger dratzinger linked a pull request Jun 21, 2022 that will close this issue
@bahablgn
Copy link

bahablgn commented Feb 3, 2023

the same issue, please fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants