Dropping items into ProseMirror causes error (how does enriched content work)?
When I drop an item into ProseMirror editor I get the following error:
Am I doing something wrong? Note that this was dropping an item from a compendium into an item that is itself in a a compendium.
2 Replies
It's the compendium in a compendium thing.
What version of TRL are you using? Doesn't seem to be the latest
Take it up with the core team. You are doing strange things once again.
0.2.0
next. The latest should just silently fail. I am guessing you are using 0.1.3
for some reason.
The ProseMirror transform paste handler is synchronous. There is no way to use the async fromUuid
method to retrieve a document in nested compendiums in this manner.
---
That error log doesn't even indicate this is a TRL issue...Take it up with the core team. You are doing strange things once again.
The reason is that 0.2.0 hasn't been released yet, I think? At least when I do
yarn add @typhonjs-fvtt/runtime
it installs v0.1.3
Although yarn add @typhonjs/standard
does an install which lists @typhonjs-fvtt/[email protected]
as a dependency.
But I'll close this regardless and pick up any upgrade issues in the RTL -.2.0 Update Marathon discussion