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
@RyanWarner thank you for reporting! I was aware of this issue, but was unable to fix due to #4
Now that there seems to be a solution in place, I can resolve this issue.
However, I want to make you aware of something: you cannot have an array as a child of a block, which is what Sanity is complaining about. Right now, this library only allows a single block definition, but I will extend it to support multiple block types, e.g.
Thank you for this great library.
I'd like to put images or custom components in my cells.
When I use the suggested Sanity schema, I get a type error, "Type '"array"' is not assignable to type '"block"'."
The text was updated successfully, but these errors were encountered: