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 @ngneat/elf-* package(s) are the source of the bug?
devtools
Is this a regression?
No
Description
Having devTools(); option I expect the app to work even if current env has no Redux DevTools extension installed.
Instead, it gives error preventing app to start.
I believe something from this part of the extension docs should be of use as per this issue.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Cannot read properties of undefined (reading 'connect')
...
Uncaught TypeError: window.__REDUX_DEVTOOLS_EXTENSION__ is undefined
Please provide the environment you discovered this bug in
No response
Anything else?
No response
Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered:
Which @ngneat/elf-* package(s) are the source of the bug?
devtools
Is this a regression?
No
Description
Having
devTools();
option I expect the app to work even if current env has no Redux DevTools extension installed.Instead, it gives error preventing app to start.
I believe something from this part of the extension docs should be of use as per this issue.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
No response
Anything else?
No response
Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered: