Jamie Rolfs

Results 73 comments of Jamie Rolfs

@Wesley-sudo, the problem isn't that it's `undefined`. It's that once a component is mounted, its `layoutId` can't be updated unless you remount the component. See #1411.

@dominik2323 in my experience, this condition will not effectively update the `layoutId` unless the component is remounted. It's possible this has changed with a newer version of **motion**, but https://github.com/framer/motion/issues/1411...