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

React-drawer not rendering in Safari (MacOS) #22

Open
quin0234 opened this issue Jul 5, 2018 · 1 comment
Open

React-drawer not rendering in Safari (MacOS) #22

quin0234 opened this issue Jul 5, 2018 · 1 comment

Comments

@quin0234
Copy link

quin0234 commented Jul 5, 2018

Hi,

React-Drawer isn't rendering in Safari (MacOS) on state change,

I have followed the functions though with a series of console logs and each command is being called and state is being changed when the button calling the function to open the draw is clicked but the the drawer is not appearing. Working is all other browser (Chrome, IE, Edge, FF) but not Safari (MacOS).

No error output is being displayed either.

thanks for your help.

Paul

@atom2ueki
Copy link
Owner

@quin0234
I believe you're running on webpack dev?
this issue related to webpack.dev.config.js > externals

externals: {
    'react': 'react', // changed it to 'React' will resolve the issue

for temporary fix, change webpack config and regenerate,
I'll see how to resolve it in a better way.

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

2 participants