Fran Serrano
Fran Serrano
Same error here: `TS2786: 'JsxParser' cannot be used as a JSX component. Its instance type 'JsxParser' is not a valid JSX element. Types of property 'refs' are incompatible.` I guess...
Could it be that upgrading the types for React to v18 would solve the issue?
@TroyAlford is there any way we could contribute to fix the issue? I can go for a pull request, but I cannot push any branch to create the PR.
Thanks for the response, It's actually very easy to run into this "index out of bounds" issue when undoing, as you might have started the day, made something wrong, and...
I just tested version 2.5.1 of the plugin w/ Blender 3.3.1 LTS and it's working fine now. Thanks a lot for the effort and the feedback. Hope this helps someone...
Also to be checked that in the _formatSize method, the size in bytes is being devided by 1000 (1e3), but I guess it should actually be divided by 1024.
@rnicholus : If it's in bytes, for me, 1000 would be incorrect. If you convert from bytes to kb's you divide by 1024 and then to mb by 1024 again.
ok. Thanks for the info @rnicholus
This would be really nice to have. Right now I'm trying to play with Touchkit and vaadin4spring and run into the issue of not being able to get the NavigationView...
Thanks a lot @mstahv . I'll come back with feedback.