Sonny T.

Results 12 comments of Sonny T.

This is causing issues with next.js/react server actions as well. Next.js uses `getPrototypeOf` when [resolving a JSON](https://github.com/facebook/react/blob/main/packages/react-client/src/ReactFlightReplyClient.js#L687-L702) payload and missing Object prototype is causing exceptions.

> Are you saying that `this.editor.getJSON()` does not actually return JSON? i.e. it is creating objects with a null prototype? > > How are you accessing this values? I am...