How to clear Type error in Qwik related to useContext and useStore
I’m working on converting a React application to the Qwik framework. I’d like to use context to share state with component children. The first property in the context object is a query string that is bound to an input. I’m having trouble reconciling a type error in the Child component…