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
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?
The text was updated successfully, but these errors were encountered:
Hey,
Version: 19.0.0
when running my playwright tests with the new version the tests fail and the console shows the error
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?
The text was updated successfully, but these errors were encountered: