Mark Chambers
Mark Chambers
@c1moore did you make a fix for the flashing when it loads and updates the slides?
@rlaurente (i'm a bit late to your reply but) did you try using the option "rn-carousel-buffered"? It loads a maximum of 5 items into the DOM at a time so...
yeah i made a dummy component `` with `height:54vh` to fill the bottom void, which looks like overscrolling but fixes the last link active issue: ``` {data.map((page: PageDataProps, index: number)...
Yeah im hoping it will hook into the scroll container?
> `TextAreaField` should imply the input, a label and any validation messages should this include the `hintText` component too?
Yep, i have the sass-extract-js working in a branch. It was the wrong syntax on the example and also missing a dependency (sass-extract-loader) that was holding me up. The sass-loader...
Hi yes that branch. Hope it is okay.
You could probably stick it in a render function though
`.js-enabled` doesn't have to go on the body though. Can't it just be applied to the component (or it's parent)? So from your example app above (`govuk-frontend-emotion-example/src/App.js` line 21) ``````
Is there any update on this PR? It's been open for over 2 years.