Ryan Bruels
Ryan Bruels
[This](https://github.com/ctrlplusb/easy-peasy/issues/599) may be the issue for anyone reading this -- certainly was for me after the v3 -> v5 upgrade. There is a workaround in this thread. The root cause...
You can work around this by specifying "Apply Rules Globally".
Oh. Neat! Good find. I’ll try this in the morning and report back.
A bit of additional context -- customizability is pretty challenging now for a few reasons. 1. As I mentioned in the description, some elements are documented but not used (like...
For future reference from Apple's developer documentation: > If you write to the key-value store object when the user is not signed into an iCloud account, the data is stored...
@bdbch Still occurs in 2.0.4 -- here's a code sandbox: https://codesandbox.io/s/github/rbruels/tiptap-3580-sandbox
@Slapbox Feel free to check my code sandbox — see if you can reproduce too. Maybe you’ll have an idea why it’s happening
@frnhr Using `dataclasses` is also my workaround, but I completely agree this is a poor DX.
Hi @kendelljoseph — it definitely occurs when the value is a JSON array with multiple elements. We discovered it because our JSON field had an array with >100 elements. See...
Rad!! Now we just need work on migrating to 3.0 😅 Thanks @kendelljoseph