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
Hey, currently in our project, we use the devtools like this:
export const overmind = createOvermind(config, { devtools: process.env.NODE_ENV === 'development', });
And we use the VSCode extension to access the devtools.
However sometimes, we might not be working on the state, and therefore we don't have the devtools open.
This results in the classic error log polluting the console:
Would be useful if we could have an option to tell the devtools to "fail silently" if no port was found.
The text was updated successfully, but these errors were encountered:
See PR already here - #533
Sorry, something went wrong.
Thanks! Would like for this to be configurable as well, however with an option for "don't show anything at all"
christianalfoni
No branches or pull requests
Hey, currently in our project, we use the devtools like this:
And we use the VSCode extension to access the devtools.
However sometimes, we might not be working on the state, and therefore we don't have the devtools open.
This results in the classic error log polluting the console:
Would be useful if we could have an option to tell the devtools to "fail silently" if no port was found.
The text was updated successfully, but these errors were encountered: