-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
bugSomething isn't workingSomething isn't workingplan fixPlanning to discuss & fixPlanning to discuss & fix
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingplan fixPlanning to discuss & fixPlanning to discuss & fix