Stumbled upon a really weird issue and was curious if this issue has something to do with it: https://github.com/vitejs/vite/issues/3301 @strong ember any clue?
I will try to replicate this in an example repo if needed, but the issue is:
- React context cannot be accessed if I render the component as a function, which is needed in our case to allow component overriding
- If I create a proxy component, you will notice in the video that on Save, it switches between a properly working state and then breaking, and back again to working
Any clue if this can be patched from my side?