-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
White page , app crash on page load #28
Comments
@gdhelp03 can you include the error log in console log (if there's any)? |
Hi @nutboltu , I have updated my code, with other component. sorry for not uploading log. |
Can you please confirm it's not caused by |
when I remove this library, every thing works perfectly. |
@awais6666 Thanks for raising this issue. It is causing due to the duplicate use of React. It is because of the webpack which doesn't exclude the react from the package so that in the consumer side, there are multiple react version. I am going to release a patch version for now and probably fix the issue later on. |
@awais6666 This issue is fixed in |
I am getting a white screen on page load when I add library
import SearchField from 'react-search-field';
The text was updated successfully, but these errors were encountered: