Skip to content
New issue

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

DevToolSynver throws error in e2e Tests when no Redux Extension available #124

Closed
Zwergenpunk opened this issue Jan 9, 2025 · 3 comments

Comments

@Zwergenpunk
Copy link
Contributor

Hey,

Version: 19.0.0

when running my playwright tests with the new version the tests fail and the console shows the error

NgRx Toolkit/DevTools: Redux DevTools Extension is not available.

I'm not sure if it is the best idea to directly throw an exception in that case. I know I can replace the tool for prod build, but I don't want to always start a prod build if I run tests locally. Maybe just a log warning and do nothing?

@rainerhahnekamp
Copy link
Collaborator

You are totally right. A console.info should do it.

See #125

@rainerhahnekamp
Copy link
Collaborator

Published in 19.0.1.

I'm closing this issue. Re-open if there is still an issue.

@Zwergenpunk
Copy link
Contributor Author

That was fast ;) thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants