-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to edit markdown field after updating to 5.0.0 #102
Comments
I resolved this today by adding |
@coyotefather Hi there! Could you please share the location where you added that import? When I try to add the same thing, I get a module not found error, even though I have the sanity-plugin-markdown installed. Thanks a bunch!
|
After updating to 5.0.0, markdown fields in Sanity Studio are no longer editable. It also shows a grey square to the right and a string of Xs. The field in the screenshot was added after updating to 5.0.0 and had no content within it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clicking into the field allows one to edit it.
Screenshots
Which versions of Sanity are you using?
@sanity/cli (global) 3.57.2 (up to date)
@sanity/color-input 3.1.1 (up to date)
@sanity/icons 3.4.0 (up to date)
@sanity/image-url 1.0.2 (up to date)
@sanity/vision 3.57.2 (up to date)
sanity 3.57.2 (up to date)
What operating system are you using?
Mac OS 14.6.1
Which versions of Node.js / npm are you running?
NPM 10.8.2
Node.js 20.17.0
Additional context:
This is a NextJS app router project. Here are the dependencies in my package.json:
The text was updated successfully, but these errors were encountered: