mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-25 07:28:55 -05:00
fix: typo
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user