fix: typo

This commit is contained in:
Mark Mankarious
2023-10-05 00:24:38 +01:00
parent 8548b00071
commit fe68a6920f

View File

@@ -31,7 +31,7 @@ Isoflow takes _100%_ of `width` and `height` of the containing block so make sur
### Integration with NextJS
Isoflow cannot be server-side renderered and has to be imported slightly differently when using SSR frameworks like NextJS.
Isoflow cannot be server-side rendered and has to be imported slightly differently when using SSR frameworks like NextJS.
```jsx showLineNumbers filename="IsoflowDynamic.jsx"
import dynamic from 'next/dynamic';