You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for similar issues before opening a new one.
Problem
JSON Deserialization currently still uses the old immediate rendering system, because I haven't had time to clean it up yet.
Request
Instead it should use the render queue, so we can fully tear out the old system.
Alternatives considered
N/A
Additional context
I think I can get away with not updating XML by using the same immediate-render function suggested in #7068 (comment), but I'll know more once I dig into this!
The text was updated successfully, but these errors were encountered:
Check for duplicates
Problem
JSON Deserialization currently still uses the old immediate rendering system, because I haven't had time to clean it up yet.
Request
Instead it should use the render queue, so we can fully tear out the old system.
Alternatives considered
N/A
Additional context
I think I can get away with not updating XML by using the same immediate-render function suggested in #7068 (comment), but I'll know more once I dig into this!
The text was updated successfully, but these errors were encountered: