You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
btakita
changed the title
v2 SSR computed properties: component _render method does not pass ref
v2 SSR computed properties: component _render method does not pass ref object
Apr 17, 2018
Yup I can reproduce this. It looks like this is working properly on the v2 branch itself, but in v1 with the parser: 'v2' option, the incorrect code is generated for when the computed property is called. I'll take a look.
Here is some sample generated code. Notice that
meta__Layout__SSR(...)
does not receive aref
object, but the three dependency props instead.The text was updated successfully, but these errors were encountered: