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
The return of config/index.js gets stringified at build time, which means if you put a function into context it will work in development but not production. This is very confusing to troubleshoot and there should be some sort of warning (validator, even?) to ensure people don't try to do this.
The text was updated successfully, but these errors were encountered:
The return of
config/index.js
gets stringified at build time, which means if you put a function into context it will work in development but not production. This is very confusing to troubleshoot and there should be some sort of warning (validator, even?) to ensure people don't try to do this.The text was updated successfully, but these errors were encountered: