-
Notifications
You must be signed in to change notification settings - Fork 775
Error after upgrading from 2.0.2 to 2.0.3 #354
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
Comments
HI @staskorz , when the error messages be throw? |
OK I spotted the problem. https://github.com/AllenFang/react-bootstrap-table/blob/master/src/store/TableDataStore.js We are using event emitter but we didn't declare it as a dependency. Do we really need it? We could use other way of handling events without depending on event emitter |
@staminaloops, I thinks it time to drop |
Hi @AllenFang , it occurs on component load. Thanks. |
Released on |
The following error is received after upgrading from 2.0.2 to 2.0.3:
Uncaught Error: Cannot find module 'events'
Reverting back to 2.0.2 resolves the issue.
The text was updated successfully, but these errors were encountered: