Gilles Rusca

Results 4 comments of Gilles Rusca

I run into a similar TS issue: When retrieving the list of all prices I expand the response with the product ``` const { data: prices } = await stripe.prices.list({...

Found the answer to the first question in [issue#36](https://github.com/claus/storyblok-rich-text-react-renderer/issues/36) ```TS [NODE_LI]: (children) => { if (Children.count(children) === 1) { const child = Children.toArray(children)[0]; if (isValidElement(child)) { // Check if child...

My intention is to render a different `` depending if parent is `` or ``. My approach is the following: ```TS [NODE_LI]: (children) => { const childElements = Children.map(children, (child)...

Is there any know fix for those using `@splidejs/react-splide` as we are using `` to render the individual slide (whis is a `` and we can not overwrite that.