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
It would be nice if prefixDebug() behavior could be customized. For example, I'd like to write warnings to console in production and crash in development.
Such customization can be achieved by adding onMissing callback option with prefixDebug acting as default value.
The text was updated successfully, but these errors were encountered:
It would be nice if
prefixDebug()
behavior could be customized. For example, I'd like to write warnings to console in production and crash in development.Such customization can be achieved by adding
onMissing
callback option withprefixDebug
acting as default value.The text was updated successfully, but these errors were encountered: