mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
fix: correct typo in integration section of quickstart docs
This commit is contained in:
@@ -29,7 +29,7 @@ Isoflow takes _100%_ of `width` and `height` of the containing block so make sur
|
||||
|
||||
### Integration with NextJS
|
||||
|
||||
Isoflow cannot be server-side rendered and has to be imported using `next/dyanmic`:
|
||||
Isoflow cannot be server-side rendered and has to be imported using `next/dynamic`:
|
||||
|
||||
```jsx showLineNumbers filename="IsoflowDynamic.jsx"
|
||||
import dynamic from 'next/dynamic';
|
||||
|
||||
Reference in New Issue
Block a user