We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<SliceZone> expects a list of Slice objects to render, each with a slice_type property. This property is used to determine which component to render.
<SliceZone>
slice_type
Prismic's GraphQL API uses the type field rather than slice_type. The component should be updated to support the GraphQL-style object.
type
It works the same as when querying content from the Rest API.
It does not render the correct component for each Slice.
The text was updated successfully, but these errors were encountered:
Fixed in #141
Sorry, something went wrong.
No branches or pull requests
<SliceZone>
expects a list of Slice objects to render, each with aslice_type
property. This property is used to determine which component to render.Prismic's GraphQL API uses the
type
field rather thanslice_type
. The component should be updated to support the GraphQL-style object.Versions
Steps to reproduce
type
field.<SliceZone>
What is expected?
It works the same as when querying content from the Rest API.
What is actually happening?
It does not render the correct component for each Slice.
The text was updated successfully, but these errors were encountered: