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
I currently intentionally have some providers as optional, so I often get console warnings from constate about the provider not being provided.
if(isDev&&value===NO_PROVIDER){// eslint-disable-next-line no-consoleconsole.warn("[constate] Component not wrapped within a Provider.");}
I would like to hide them for my use-case. I'd recommend the feature be "fixed" by allowing the user to add their own console object, then it would be up to the user to filter this specific message.
I currently intentionally have some providers as optional, so I often get console warnings from constate about the provider not being provided.
I would like to hide them for my use-case. I'd recommend the feature be "fixed" by allowing the user to add their own console object, then it would be up to the user to filter this specific message.
The text was updated successfully, but these errors were encountered: