Potential bug in 3.2.0 - x-data exposed as 'data' #1664
Unanswered
blackmagic0
asked this question in
5. Bugs
Replies: 2 comments 1 reply
-
Our app fails on 3.2.0 as well:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@JacobPozaic I've pinged @calebporzio so hopefully he sees this soon, quick on the PR too, nice work! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We noticed a potential bug appear between 523a652 and 4daafb4 where data is being exposed to components as the entire x-data object for the component.
See codepen:
-> in 3.1.1 data does not have content: https://codepen.io/jacobpozaic/pen/PomomwZ
-> in 3.2.0 data is accessible and matches x-data: https://codepen.io/jacobpozaic/pen/XWRWMvq
was this an intended change?
Beta Was this translation helpful? Give feedback.
All reactions