We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
root
<bili-comments>
1 parent c9a24e7 commit 4c7da49Copy full SHA for 4c7da49
src/main.tsx
@@ -15,7 +15,7 @@ function run() {
15
const container = assertEl(document.querySelector('#commentapp'))
16
root = document.createElement('div')
17
root.id = id
18
- container.append(root)
+ container.prepend(root)
19
20
debug('render')
21
ReactDOM.createRoot(root).render(
0 commit comments