tinacms: Change content in remark forms occur error

When I modify the content in remark forms. There is frequent occur this error.Refresh is fine and value also changed. (Even I create a new sample project. It’s also happened)

react-beautiful-dnd
An error has occurred while a drag is occurring.
Any existing drag will be cancelled.
> Uncaught useRemarkForm(markdownRemark) 'markdownRemark' was not found on the top node of the graphql query

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 15 (10 by maintainers)

Most upvoted comments

I have two hypothesis about this problem.

  1. It’s a null value issue that was fixed the latest release
  2. The page URL is being generated by one of your frontmatter values

In the first case, updating all the tinacms dependencies in your package.json should resolve the issue.

I’m not sure if it’s the second case because I can’t look at your code. But if it is, you’ll need to change how the URL is being generated. Someon else had a issue with similar symptoms

Hi, is the sample project public so we can reproduce this easily? 🙏

Yes. I just fast input character in text-area field. Sometimes it happens. But for mine project, It’s frequent.