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
Which @ngrx/* package(s) are relevant/related to the feature request?
store-devtools
Information
We introduced the connectOutsideZone flag for Store Devtools to connect to the Redux Devtools outside the Angular zone to reduce the number of change detection calls being triggered.
It is currently set to false by default. This change would flip the flag to true by default and update the associated documentation to reflect that.
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
Yes
No
The text was updated successfully, but these errors were encountered:
Which @ngrx/* package(s) are relevant/related to the feature request?
store-devtools
Information
We introduced the
connectOutsideZone
flag for Store Devtools to connect to the Redux Devtools outside the Angular zone to reduce the number of change detection calls being triggered.It is currently set to
false
by default. This change would flip the flag totrue
by default and update the associated documentation to reflect that.Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: