react-wrapper
react-wrapper copied to clipboard
Next 13 compatibility
PLEASE READ
Someone ever tried to use the package on next 13 ? If yes hopefully it worked for you. I'm trying to use it in my app and nothing is working.
@lewi6 Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
- Support Console - If you have a support contract.
- Discord - chat with other developers
- StackOverflow - use the
google-mapstag - Google Maps Platform issue trackers
This is an automated message, feel free to ignore.
What is not working? You have to ensure you're initializing the Wrapper element in the client, and not server. See e.g. componentDidUpdate or useEffect.
You have to set reactStrictMode to false in next.config