Skip to content

Commit c49f30c

Browse files
committed
Setup storybook to render React components in strict mode
1 parent 0b26c88 commit c49f30c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.storybook/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ module.exports = {
3131

3232
return config;
3333
},
34+
reactOptions: {
35+
strictMode: true,
36+
},
3437
};

0 commit comments

Comments
 (0)