Jan Szymański
Jan Szymański
https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/
MVP 
[This implementation ](https://github.com/2wheeh/lexical-nextjs-ssr/blob/6d97581def739cb5763b5a3a2d611f8873a3013e/src/lib/index.ts)solves the issue for Next
I use API that requires 2 secrets, so it's really a blocker in using this lib. At least workaround would be great 🙏
@theomessin how silly, literally what happened to me too 🙈 perhaps more meaningful errors might be helpful
**TL;DR:** it has nothing to do with Radix, it's just how React works. --- In the example you provided, it uses a ref: ```tsx const sectionRef = useRef(null); useEffect(() =>...
@orangecoloured Right, my bad! I suppose it doesn't make sense to use ref there whatsoever, you can just go with state to correctly re-render on mount :-) ```tsx function App()...
Does your ref change to the element correctly and the Popover Content re-renders? I showed on how to debug that with console logs, but otherwise not sure if I can...