@turansky thanks for the quick reply! Tried it, but got this error:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it’s defined in, or you might have mixed up default and named imports.
ptashcka
06/13/2023, 8:54 PM
just in case, multiplatform version 1.8.21, wrappers version 1.0.0-pre.544
t
turansky
06/13/2023, 9:03 PM
You need declare
@JsModule
, where
AutoSize
located
p
ptashcka
06/14/2023, 8:42 AM
Thanks @turansky! Sorry about that, I had JsModule, but turned out that AutoSizer was not declared in a usual way and it wasn’t imported because of that. Now that I fixed it it works just fine.