[dds/tree] UndoRedoHandler
is not exported from experimental/dds/tree/src/index.ts
#23028
Labels
bug
Something isn't working
Describe the bug
UndoRedoHandler is not exported from
experimental/dds/tree/src/index.ts
. This is problematic because when you are using typescripts"moduleResolution": "Bundler"
, it becomes impossible to override or work around this bug by using deep imports.Discovered this in version 2.4, but looking at 2.10/GitHub Source it appears this is still a problem
To Reproduce
Steps to reproduce the behavior:
moduleResolution: 'bundler'
:Expected behavior
UndoRedoHandler should either have a proper package export entry in the package.json OR UndoRedoHandler should be exported from index.ts
The text was updated successfully, but these errors were encountered: