Standard react hook.
Note that in wq, it is generally not necessary to useContext() directly. Instead, the following hooks may be more useful: useModel useList usePluginReducer useRenderContext
Note that in wq, it is generally not necessary to useContext() directly. Instead, the following hooks may be more useful:
const contextVal = useContext(Context);