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
Hello,
I'm using prismic, and I'm rendering Slices. Unfortunately, the code renders the whole slice zone as one big div rather than dividing it.
<Masonry breakpointCols={2} className='my-masonry-grid' columnClassName='home-layout'> <div className='home-layout'>test</div> <div className='home-layout'>test sf</div> <div className='home-layout'></div> <div className='home-layout'>test sf</div> <div className='home-layout'>test sf</div> <div className='home-layout'></div> <SliceZone slices={page.data.slices} components={components} /> </Masonry>
The first divs which are directly inside are rendering correctly, but the other ones aren't. Inside each slice there is a wrapping home-layout div.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm using prismic, and I'm rendering Slices.
Unfortunately, the code renders the whole slice zone as one big div rather than dividing it.
The first divs which are directly inside are rendering correctly, but the other ones aren't.
Inside each slice there is a wrapping home-layout div.
The text was updated successfully, but these errors were encountered: