-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Randula Wickramasuriya edited this page Jul 13, 2020
·
3 revisions
static contextType = UserContext;
{this.context.state}
const context = useContext(UserContext);
{context.state}