useContext returns undefined
Hi there! I am making a game launcher wich looks like an OS in frutiger aero style with Solid JS. I have a ContextProvider wrapping my whole app like so:
And i use the context inside a
The context works inside the
And i use the context inside a
DraggableWindow.tsx here:The context works inside the
DraggableWindow, but when I try to use it in it's children it returns undefined. I use components to spawn a window with content.
