Brion Mario
Brion Mario
It would be better if `itorb` could be removed. There is a [vulnerability](https://github.com/advisories/GHSA-g2q5-5433-rhrf) in `rc` package which is a transitive dependency of `itorb`. I see a [PR](https://github.com/mynameiswhm/brotli-webpack-plugin/pull/44) that had been...
Since the plugin seems to be abandoned, I followed the official documentation and migrated to the `compression-webpack-plugin` for Brotli compression. https://webpack.js.org/plugins/compression-webpack-plugin/#using-brotli
As a workaround, the legacy `react-dom` mode with no batching was used in this PR. https://github.com/wso2/identity-apps/pull/3471
Added a temp workaround in https://github.com/wso2/identity-apps/pull/3322
> @Kanapriya @brionmario we've (temporary) removed roles section in both **Add User Flow** and **Edit User Flow** in sub-organization management context due to these reasons. > > 1. Organization Management...
I think this is the `Select All` option. Better to represent it In a different way :)
@pavinduLakshan Can you check the status code of the User `POST`.
> This issue is still reproducible in WSO2 IS 7.0.0-RC1, and it is not reproducible for the super tenant; instead, it is reproducible for a tenant. The steps to reproduce...
Any update on this? I'm also having the same issue in `"react-final-form": "^6.5.3",`.
I see we have used `disableSearchAndFilterOptions` as a prop name, by the looks of it, the error is in the BE search tree builder where it fails for certain keywords...