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
typst-book error: convert_to<BookMeta>: invalid type: map, expected a sequence with []
This is because we (and typst compiler) don't check type for book meta fields. This error should be more readable after we do some manual type checking in the @preview/book package.
The text was updated successfully, but these errors were encountered:
Some early users reported a hard-to-guess error:
This is because we (and typst compiler) don't check type for book meta fields. This error should be more readable after we do some manual type checking in the
@preview/book
package.The text was updated successfully, but these errors were encountered: