-
Notifications
You must be signed in to change notification settings - Fork 71
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
Missing import statement in the src/index.js file. #431
Comments
@Kuljeet-123 |
@Anush-Shand |
Thanks for confirming @Kuljeet-123 We will be fixing it the upcoming release nonetheless. The release is schedule before the end of this month |
Fixed in release 3.1.0 |
I encountered an issue where our app kept crashing after installing the package. Upon examining the code, I realized that there was a missing import in the library file
src/index.js
.The current code is:
Ideally, it should be:
This resolves the crash issue.
The text was updated successfully, but these errors were encountered: