Replies: 1 comment
-
if I understand the changelog of v2 correct, the default is now So you are right, the docs of v2 Transition (rendering as a different element) are wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The docs say
The problem is if I don't provide an
as
, it seems not to be showing up as adiv
(I've checked the source code to verify this; see [1] below), resulting in the following error when rendering my app.I can solve this by passing this to the component instead.
Which resolves the error and lets the app work properly.
I appreciate any help and/or am willing to help out with any changes if necessary
[1]
Beta Was this translation helpful? Give feedback.
All reactions