ChibiBlasphem / reavue

A library that let you use react components in vue and vice-versa
2 stars 1 forks source link

Props are not reactive #14

Closed aklom closed 2 years ago

aklom commented 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.

ChibiBlasphem commented 2 years ago

:tada: This issue has been resolved in version 1.4.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: