Jan Szymański

Results 28 comments of Jan Szymański

https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/

MVP ![image](https://user-images.githubusercontent.com/61631665/172624855-94a4d5ad-e2ec-4ca9-8b5a-0fc15eaa874c.png)

[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...