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