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
Right now, only some fields render using a MarkdownRenderer. We should make all fields render using this, and, in addition, use Promise.all() instead of nested .then() calls.
The text was updated successfully, but these errors were encountered:
Right now, only some fields render using a
MarkdownRenderer
. We should make all fields render using this, and, in addition, usePromise.all()
instead of nested.then()
calls.The text was updated successfully, but these errors were encountered: