Vadym
Vadym
The same error...
I've found another way and I guess this is easier than converting JSON to JS. If you are using Gatsby, you should move your assets for the animation to the...
Yeah, the same issue with `previews: false`. It's really strange that when I created a simple blog project, I met so many bugs (#217, #196, and now this).
So, is it possible to get all items on one page? Or I should create something like this: /page-1 / (0-20) /page-2 / (20-40) /page-3 / (40-50)
I have worked with Netlify CMS in the past and have not seen this limitation on GraphQL.
@Giulico, got it, thanks.
@andreasrippl, yes, I've used the client API. ``` useEffect(() => { let collectedData; const loadMoreProjects = async (res) => { const response = await client.query({ query: gql` query($lang: String!, $after:...
@devmnj I've downgraded `react `and `react-dom` to the `17.0.2` version and this solved this problem.
> Possibly I resolved a similar issue. Are you using the `useRouter()` hook on the app? > > During the debugging of this error, I found the following error message...