Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Crashes with ReactCSSTransitionGroup #20

Open
@at0g

Description

I'm experiencing a weird issue when using using this lib with ReactCSSTransitionGroup.

I have a transition that is working fine in conjunction with react-router (simply fading page transitions).

However when using the transition group for a carousel, the app crashes (unpredictably and intermittently when changing slides).

If I remove winstore-jscompat and continue to use the transition group, the app crashes with the dangerous dom insertion issue.

So far, the only workaround I've found is to render all of the carousel items to the DOM, and then apply an active class modifier - this is not good for performance.

It seems to me the thinking with adding these security rules in metro was not great - they cause problems with the frameworks people actually use to create app like experiences. Thanks for your efforts with this library to try and address them

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions