Skip to content

Commit

Permalink
[docs] Fix typo (mantinedev#3903)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsb authored Mar 28, 2023
1 parent 1eb6c63 commit 2a921e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/guides/remix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ npm run dev

## Server streaming support

Mantine is based on [emotion](https://emotion.sh/) which currently does not support [renderToPipeableStream](https://reactjs.org/docs/react-dom-server.html#rendertopipeablestream),
Mantine is based on [emotion](https://emotion.sh/) which currently does not support [renderToPipeableStream](https://react.dev/reference/react-dom/server/renderToPipeableStream),
default Remix boilerplate will not support Mantine (and other component libraries based on css-in-js). It is important to replace your `entry.server.tsx`
with code provided in this guide in order for server side rendering to work.

Expand Down

0 comments on commit 2a921e1

Please sign in to comment.