Skip to content

Commit

Permalink
GitBook: [#18] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored and gitbook-bot committed Aug 16, 2022
1 parent d2c269e commit b00fc19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ⬆ Migration v3 -> v4

## Upgrade MUI

If you are using MUI you must upgrade `@mui/material` to `v5.9.3` or newer. 

## Breaking changes

### SSR setup
Expand Down
4 changes: 4 additions & 0 deletions publish-a-module-that-uses-tss.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ yarn add YOUR_MODULE @emotion/react
Regarding SSR setup you can forward your user to [the dedicated documentation](ssr/).
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
Wherever you make use of [nested selectors](nested-selectors.md) you must [provide a `uniqId`](nested-selectors.md#ssr) to make sure your components will works in every SSR setup.
{% endhint %}

0 comments on commit b00fc19

Please sign in to comment.