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

White page , app crash on page load #28

Open
gdhelp03 opened this issue Oct 20, 2020 · 7 comments
Open

White page , app crash on page load #28

gdhelp03 opened this issue Oct 20, 2020 · 7 comments

Comments

@gdhelp03
Copy link

white screen

I am getting a white screen on page load when I add library
import SearchField from 'react-search-field';

@nutboltu
Copy link
Owner

@gdhelp03 can you include the error log in console log (if there's any)?

@gdhelp03
Copy link
Author

Hi @nutboltu , I have updated my code, with other component. sorry for not uploading log.

@nutboltu
Copy link
Owner

Can you please confirm it's not caused by react-search-field component? @gdhelp03

@awais6666
Copy link

error
facing this problem even if I remove all the props.

@awais6666
Copy link

when I remove this library, every thing works perfectly.

@nutboltu
Copy link
Owner

@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.

@nutboltu
Copy link
Owner

@awais6666 This issue is fixed in 2.0.1 version. Please check and let me know if it works for you.

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

No branches or pull requests

3 participants