You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 👋 , the FlagrContext is already being exported from Context.js but is not exported from the library in index.js.
The context is required in order to use the useContext hook and avoid the render props approach.
Is it possible to export it?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi 👋 , the
FlagrContext
is already being exported fromContext.js
but is not exported from the library inindex.js
.The context is required in order to use the
useContext
hook and avoid the render props approach.Is it possible to export it?
Thank you!
The text was updated successfully, but these errors were encountered: