Load a component after the mount of DOM #4600
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Can you provide some example code? What have you tried so far? I probably have some suggestions but it's almost never possible to help without seeing an example of what you tried that didn't work. |
Beta Was this translation helpful? Give feedback.
MutationObserveris a browser API, not aleptos_tiptapfeature.requestAnimationFrameis also a function that's native to the browser;request_animation_frameis just the Rust-style name by which it's exported inleptos.All I was suggesting about moving the TiptapInstance was the following:
Rather than
you consider