lpotthast
released this
30 Jan 14:35
·
16 commits
to main
since this release
The id
prop of the TiptapInstance
component is now of type MaybeSignal<String>
. Should the id change at runtime, the underlying tiptap instance is destroyed and recreated.
Unless you relied on #[prop(into)] id: String
converting your ids to String
s, which it will now not do anymore (Into will now convert to MaybeSignal), no code change is required.