ptrkvsky

Results 5 comments of ptrkvsky

![Screenshot from 2022-08-17 07-23-43](https://user-images.githubusercontent.com/33042640/185041203-c120e842-971d-4332-bf35-7320d6cb8cc6.png) Same here `07:22:29 AM [astro] reload /src/hooks/useScrollSpy.tsx Warning: Invalid hook call. Hooks can only be called inside of the body of a function component. This could...

``` var fs = require("fs") var dir = "./.cache/caches/gatsby-source-prismic-graphql" exports.onPreBootstrap = () => { if (!fs.existsSync(dir)) { fs.mkdirSync(dir) } } ``` Wordked for me thanks

Did you try to use the dynamic import ? https://nextjs.org/docs/advanced-features/dynamic-import