Skip to content

Commit cbef3e3

Browse files
committed
fix: silence react dev warning
1 parent 3ba2d9a commit cbef3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/hoarcekat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function hoarcekat(TestComponent: Roact.FunctionComponent) {
1515

1616
root.render(
1717
<StrictMode>
18-
<TestComponent />
18+
<TestComponent key="story" />
1919
</StrictMode>,
2020
);
2121

0 commit comments

Comments
 (0)