Atropos with React bug, where transform not added for children #42
Unanswered
boylerplet
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hard to say anything without live example with the issue |
Beta Was this translation helpful? Give feedback.
1 reply
-
In your codesandbox everything works correctly |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to use this component in my Project, with many unsuccessful attempts. The Problem I noticed was that when I create my component using the same images as in the demo site, The images do not have transform style/properties added to it.
For reference you can check the produced version vs. demo version markup using the devtools:
Produced:
On demo( documentation ) site:
This means that the style added to all children of the
Atropos
Component is not being added.I think this is a major bug and an issue can be opened for it.
Beta Was this translation helpful? Give feedback.
All reactions