React4xp library is updated
- HTML (not just XHTML) is supported
- Added stub for
setTimeoutto avoid “undefined” error in SSR - SSR performance improved
- Removed
org.jsondependency.
Note: if your application is using org.json classes directly you need to manually include org.json into build.gradle dependencies
dependencies {
include 'org.json:json:20220924'
}
Full changelog can be found here