arwes / arwes

Futuristic Sci-Fi UI Web Framework.

Home Page:https://arwes.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.0.0-alpha.23 not work

emc2ws opened this issue · comments

bug1:
微信截图_20231205222219111
微信截图_202312052219411111
bug2:
微信截图_202312052223171111
微信截图_202312052225441
微信截图_202312052226351
微信截图_2023120522264511

env:
node 14.16.0
motion 10.16.4
react 18.2.0
@emotion/react 11.11.1

Hey @emc2ws !

I'm sorry for the too long delay.

The first bug is because React doesn't support components refs as string. You use to use the useRef hook.

The second one seems that the component doesn't have children so it doesn't have a size to render.