Releases: pramuz/vuera
Releases · pramuz/vuera
Add React18 support
- 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.