We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey!
It's me again 😁
So we're still using your package. And recently we upgraded react and react-dom to v16.9.0. After the upgrade we're receiving the following warning:
react
react-dom
v16.9.0
We know you haven't upgraded react-responsive because of this issue: #9
react-responsive
However we would like to get rid of the warning. Do you think we can find a solution?
We found a not really nice workaround this:
const ResponsiveUglyWorkAround = (props) => ( <React.Fragment> <br style={{ display: 'none' }} /> <MediaQuery {...props} /> <br style={{ display: 'none' }} /> </React.Fragment> );
as explained here: yocontra/react-responsive#162 (comment)
What do you think?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey!
It's me again 😁
So we're still using your package. And recently we upgraded
react
andreact-dom
tov16.9.0
. After the upgrade we're receiving the following warning:We know you haven't upgraded
react-responsive
because of this issue: #9However we would like to get rid of the warning. Do you think we can find a solution?
We found a not really nice workaround this:
as explained here: yocontra/react-responsive#162 (comment)
What do you think?
The text was updated successfully, but these errors were encountered: