Skip to content

Commit 0acbe18

Browse files
committed
Add release scripts
1 parent b8976b4 commit 0acbe18

File tree

3 files changed

+5782
-9
lines changed

3 files changed

+5782
-9
lines changed

demo/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import { createRoot } from 'react-dom/client'
33
import { App } from '../src/index.stories'
44

55
const container = document.getElementById('app')
6-
const root = createRoot(container)
6+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
7+
const root = createRoot(container!)
78
root.render(<App />)

0 commit comments

Comments
 (0)