Skip to content

Add React18 support

Latest
Compare
Choose a tag to compare
@madhusudan-babar madhusudan-babar released this 13 Dec 13:17
  • 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.