Skip to content

Commit e31cd0e

Browse files
mnajdovasiriwatknp
andauthored
Update docs/src/pages/customization/how-to-customize/how-to-customize.md
Co-authored-by: Siriwat K <[email protected]>
1 parent 6351def commit e31cd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/customization/how-to-customize/how-to-customize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ If you are already using the [CssBaseline](/components/css-baseline/) component
207207

208208
{{"demo": "pages/customization/how-to-customize/OverrideCssBaseline.js", "iframe": true, "height": 100}}
209209

210-
> Note: It is a good practice to hoist the `<GlobalStyles />` to a static constant, to avoid rerendering. This will ensure that the `<style>` tag generated would not change on each render.
210+
> Note: It is a good practice to hoist the `<GlobalStyles />` to a static constant, to avoid rerendering. This will ensure that the `<style>` tag generated would not recalculate on each render.
211211
212212
```diff
213213
import * as React from 'react';

0 commit comments

Comments
 (0)