We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting the feature "test" does not have any effect.
If I set following options:
{ features: {test: false} }
The test tab still appears.
This appears to happen because in https://github.com/zalmoxisus/remotedev-app/blob/705247aed25b4221ba3edab1f25b0b8453aadf44/src/app/containers/monitors/InspectorWrapper/index.js the default tabs are not enhanced with the tab "test" if the corresponding feature is true but rather if the lib is "redux". This also means others using the extension (for example ngrx-devtools) will never see the test tab, even if setting {test: true}.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Setting the feature "test" does not have any effect.
If I set following options:
The test tab still appears.
This appears to happen because in https://github.com/zalmoxisus/remotedev-app/blob/705247aed25b4221ba3edab1f25b0b8453aadf44/src/app/containers/monitors/InspectorWrapper/index.js the default tabs are not enhanced with the tab "test" if the corresponding feature is true but rather if the lib is "redux".
This also means others using the extension (for example ngrx-devtools) will never see the test tab, even if setting {test: true}.
The text was updated successfully, but these errors were encountered: