question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cascade doesn't work on mapped components

See original GitHub issue

Hi,

If I use something like the following:

<Fade bottom cascade duration={1000}> <div> {MY_DATA.options.map((option) => ( <RadioButton key={option.value} label={label} option={option} answerValue={answerValue} onRadioSelected={onOptionSelected} /> ))} </div> </Fade>

…the cascade doesn’t work - all the mapped items (RadioButtons) fade in at the same time. Am I setting this up incorrectly, or is this a limitation?

Thanks for all your work on this. 😃

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:3
  • Comments:8

github_iconTop GitHub Comments

4reactions
amingarrocommented, Aug 18, 2021

Same problem in August 2021

4reactions
dockwardercommented, Nov 8, 2018

Same problem here!

Read more comments on GitHub >

github_iconTop Results From Across the Web

flutter - sort() with a cascade it works but using map() doesn't ...
In your example you used the cascading operator to discard the result of sort() , which is void , and instead return the...
Read more >
Cascade delete not working through fluent mapping - Telerik
I am trying to configure cascade delete for models through Fluent mapping and BackEnd configuration, but neither of them is working.
Read more >
Referential actions - Prisma
Referential actions let you define the update and delete behavior of related models on the database level.
Read more >
How To Cascade - Esri
How to Cascade: Media | Maps, Photographs, and Video, all smashed together, elevate a story map to more than the sum of its...
Read more >
Suspense for Data Fetching (Experimental) - React
We call this approach “fetch-on-render” because it doesn't start fetching until after the component has rendered on the screen. This leads to a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found