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
Describe the bug
I am using the sdk-react-nextjs package with custom components. I have a carousel component that can have children. These children can only be a custom card component. The card component has 4 inputs.
When I add a carousel to my page and include a card within it, filling in the inputs, the carousel and card render correctly.
The issue occurs when I try to use dynamic data bindings from Contentful, where blog pages are stored. The card does not render any of the dynamic content.
I would like to have the carousel be client side, but the card server side. Am I using sdk-react-nextjs unnecessarily?
Describe the bug
I am using the
sdk-react-nextjs
package with custom components. I have a carousel component that can have children. These children can only be a custom card component. The card component has 4 inputs.When I add a carousel to my page and include a card within it, filling in the inputs, the carousel and card render correctly.
The issue occurs when I try to use dynamic data bindings from Contentful, where blog pages are stored. The card does not render any of the dynamic content.
I would like to have the carousel be client side, but the card server side. Am I using
sdk-react-nextjs
unnecessarily?Expected behavior
Render card with values.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: