Lucjan Suski
Lucjan Suski
@sffc thanks for mention, if you have any questions about the implementation, go ahead. I also explored compiling https://github.com/google/rust_icu to WASM but it was not straightforward and I gave up.
@rw is there any setting in `PrepareForBulkLoad` that is unavailable now, or you rather need a convenience method to do it it in one pass?
@inikulin is this actually done? I can't see any trace of implementing async content handlers
The workaround that worked for me is calling `stopPropagation` directly under portal rendering: ``` return createPortal( e.stopPropagation()}>{this.props.children}, this.el ) ``` That works great for me since I have single abstraction...