Skip to content

Releases: pramuz/vuera

Add React18 support

13 Dec 13:17
Compare
Choose a tag to compare
  • Add react18 support
  • React components will now use createRoot as per react18
  • removed the deprecated API for unmounting the component, instead using the root.unmount() for unmounting as per the react18.