Dinesh Pandiyan
Dinesh Pandiyan
@sagarpatel8384 Can you add more info about the project in which you are using this lib? This might happen if you're server rendering your React code. The lib has to...
This is definitely default desktop fallback for SSR. I'll try to wrap something that makes the default configurable (desktop/mobile/nothing).
A potential work around for this is to use the `setDefaultWidth` API merged in #44 and published in version `2.2.0`.
@StuartMorris0 Sorry I've been a bit occupied with other projects. Do you want to PR in the fix?
@admapop Thanks for the report and I am glad you like the lib and want to contribute. We have a few open issues, feel free to go through them and...
It's a compelling case. Breakpoints were meant to be width driven and not device driven but having a height driven breakpoint would benefit a lot of use cases. I think...
This happens because of the default fallback. The code checks for browser agent. If the browser agent is not there (which is the case during server render) the lib falls...
@thedern I get it now. Thanks for attaching the video to demonstrate the issue. Looks like the styles are not hydrating properly. This might be an issue with the style...
@PaulRBerg Thanks for bringing this up. I'll find some time in the next few days to fix this. Feel free to create a PR if you must :)
@cquezel But we don't have `.npmrc` in our project. If you think it's important, would you like to create a PR on why we need that and add the file...