-
Notifications
You must be signed in to change notification settings - Fork 483
Closed
Description
Describe the bug
After creating hundreds of documents this week we learned that you need to add emojis after you are done writing in a string
field - for example a title - to avoid having the document crashing and producing «We're sorry, but your changes could not be applied».
To Reproduce
- Add one or several emojis in a
string
field and continue writing. - See error: We're sorry, but your changes could not be applied
Expected behavior
Not crash. Show funny emojis.
Screenshots
Which versions of Sanity are you using?
@sanity/cli 0.146.0 (up to date)
@sanity/base 0.146.3 (up to date)
@sanity/components 0.146.3 (up to date)
@sanity/core 0.146.0 (up to date)
@sanity/default-layout 0.146.3 (up to date)
@sanity/default-login 0.146.0 (up to date)
@sanity/desk-tool 0.146.3 (up to date)
@sanity/google-maps-input 0.146.3 (up to date)
@sanity/vision 0.146.3 (up to date)
What operating system are you using?
macOS Catalina 10.15.1
Which versions of Node.js / npm are you running?
6.13.1
v13.2.0
Additional context
Screenshot is from a clean sanity init
with the optional Movie project (schema).
taverasmisael, philipgiuliani, gregwolanski and MiguelAngelOne