We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the react client is set to development by default.
Build the react client in production mode by default, or intelligently select a client based on IDOM_DEBUG_MODE
IDOM_DEBUG_MODE
Change the const { PRODUCTION } = process.env; to default to True
const { PRODUCTION } = process.env;
Consider a method where this can be done at run-time.
See related issue reactive-python/reactpy#346
The text was updated successfully, but these errors were encountered:
fix reactive-python#35
3011e75
Successfully merging a pull request may close this issue.
Old Behavior
Currently, the react client is set to development by default.
New Behavior
Build the react client in production mode by default, or intelligently select a client based on
IDOM_DEBUG_MODE
Implementation Details
Change the
const { PRODUCTION } = process.env;
to default to TrueConsider a method where this can be done at run-time.
See related issue reactive-python/reactpy#346
Code of Conduct
The text was updated successfully, but these errors were encountered: