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
Updates entry_point to remove support for returning a string from an entry point.
Refs #25.
Since the original renderer tool was removed, it is no longer ever valid for users to return a `string` or `Promise<string>` type, meaning there is no need to support it. This removes that case from `entry_point` and removes an assertion error from `renderer`.
0 commit comments