Skip to content

Commit

Permalink
fix: "attempted import" errors on registering component in server-sid…
Browse files Browse the repository at this point in the history
…e code
  • Loading branch information
agurtovoy committed Nov 15, 2024
1 parent 3b035e9 commit bdfdfcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fifty-bikes-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
---
"@makeswift/runtime": patch
---

fix: "attempted import" errors on registering component in server-side code
2 changes: 1 addition & 1 deletion packages/runtime/src/controls/rich-text-v2/rich-text-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@ import { TextAlignPlugin } from '../../slate/TextAlignPlugin'
import { BlockPlugin } from '../../slate/BlockPlugin'
import { TypographyPlugin } from '../../slate/TypographyPlugin'
import { InlineModePlugin } from '../../slate/InlineModePlugin'
import { toText } from '../../slate'
import { toText } from '../../slate/utils'

import { RichTextV2Plugin, Plugin } from './plugin'
import { RichTextV2Control } from './control'
Expand Down

0 comments on commit bdfdfcf

Please sign in to comment.