[Runtime]: cannot access props
, attrs
, emits
from render function
#84
Labels
props
, attrs
, emits
from render function
#84
related: #47 (comment)
I implemented Component's Proxy in the PR that implements props, but found that it was erased in this commit.
Without it, I don't know how to access props from the render function, since the ctx I receive as argument to the render function does not include props.
this issue blocks #81, #42, #47, #54
I am assuming the following code, or am I wrong? 🤔
The text was updated successfully, but these errors were encountered: