-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
ERROR TypeError: Class constructor EventEmitter_ cannot be invoked without 'new' #11379
Comments
Automention: Hey @Marklb @MaximSagan @kroeder, you've been tagged! Can you give a hand here? |
Any word on this? |
Same issue here with kendo grid. Are you still having the problem? @aishwaryasharma14 |
same problem |
Hi @RomanYablonski, I saw in @aishwaryasharma14 repository, (https://github.com/aishwaryasharma14/grid/commits/master) that he solved adding a webpack.config.js file, check it if solve the problem for you, for me now works. |
Hi @DanielGSan, thanks, it works |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
See #11433 for more details and a workaround. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
@aishwaryasharma14 the "bug" seems to be fixed as said @tsvetomir can we close this issue? |
@ThibaudAV we still need to improve things on |
This is very likely resolved in 7.0 beta, could someone verify? 🙏 |
Hi @shilman ,
After upgrading to Angular 10, I am getting this error while displaying kendo grid on storybook - ERROR TypeError: Class constructor EventEmitter_ cannot be invoked without 'new'
Do you think this is because of incompatible version of storybook with Angular 10? If so, could you please suggest what version to use?
Storybook version that I am using - 5.3.18
This can be reproduced here - https://github.com/aishwaryasharma14/grid.git
Thanks in advance!
The text was updated successfully, but these errors were encountered: