Skip to content

fix: export EditorToolbarCodec and StylesheetCodec - #218

Merged
tbouffard merged 3 commits into
developmentfrom
chore/restore_export_missing_codec
Jul 7, 2023
Merged

fix: export EditorToolbarCodec and StylesheetCodec#218
tbouffard merged 3 commits into
developmentfrom
chore/restore_export_missing_codec

Conversation

@tbouffard

@tbouffard tbouffard commented Jul 6, 2023

Copy link
Copy Markdown
Member

These 2 classes were previously not exported as they generated runtime errors when applications integrating maxGraph used the Vite dev server.

Bump vite from 4.3.1 to 4.3.9. This is probably what fixed the problem.
No need to export Stylesheet and EditorToolbar as default as they are already exported.

fixes #97

These 2 classes were previously not exported as they generated runtime errors when applications integrating `maxGraph`
used the Vite dev server.

Bump vite from 4.3.1 to 4.3.9. This is probably what fixed the problem.
No need to export Stylesheet and EditorToolbar as default as they are already exported.
@tbouffard tbouffard added the bug Something isn't working label Jul 6, 2023
@tbouffard
tbouffard merged commit 711db92 into development Jul 7, 2023
@tbouffard
tbouffard deleted the chore/restore_export_missing_codec branch July 7, 2023 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Restore EditorCodec and StylesheetCodec exports

1 participant