Closed aklom closed 2 years ago
When using this syntax to pass props to a React in Vue component:
<ReactComponent :message="message" />
the message prop is not watched in the ReactComponent. So when its' value is updated, the react component is not updated accordingly.
message
ReactComponent
:tada: This issue has been resolved in version 1.4.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When using this syntax to pass props to a React in Vue component:
the
message
prop is not watched in theReactComponent
. So when its' value is updated, the react component is not updated accordingly.