You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your app needs to include a CSS file that contains a `@react-strict-dom` directive. This acts as a placeholder that is replaced by the generated CSS during builds.
94
101
95
-
```css title="strict.css"
102
+
```css title="src/strict.css"
96
103
/* This directive is used by the react-strict-dom postcss plugin. */
97
104
/* It is automatically replaced with generated CSS during builds. */
98
105
@react-strict-dom;
@@ -101,6 +108,8 @@ Your app needs to include a CSS file that contains a `@react-strict-dom` directi
0 commit comments