From 5e1bff091dcaf52ec3022c9a95b284b440010d1b Mon Sep 17 00:00:00 2001 From: Mark Mankarious Date: Thu, 23 Mar 2023 22:39:13 +0000 Subject: [PATCH] chore: updates README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4ab2f21..9d724d4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ const App = () => ( ) ``` +If using Next.js, make sure you only import Isoflow in the browser: + +``` +const Isoflow = dynamic(() => import("isoflow"), { + ssr: false, +}); +``` + ## License Isoflow is MIT licensed (see ./LICENSE).