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
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.
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: