remotedev-app
remotedev-app copied to clipboard
Setting options->feature->test does not have any effect
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}.