Skip to content

Reducers are not exported from dashboard-core-plugins and dashboard packages #1487

@mofojed

Description

@mofojed

We export all our reducers from @deephaven/redux:

export { default as reducers } from './reducers';

However, in the @deephaven/dashboard and @deephaven/dashboard-core-plugins packages, we have reducers that we register with the store that we do not export from the package:

import reducers from './reducers';

import reducers from './reducers';

For integrating with other applications that may have their own store, we should export all our reducers.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions