才越

Results 6 issues of 才越

add prop `loop` and `onEnd` render last frame will call `onEnd` `loop` will loop the frames

Spawn behavior with options. Can find this actor with id. ```tsx const Test = () => { const actor = useSpawn(bahavior, { id: 'optionID' }); return ( {actor.id} ); };...

先执行以下 npm run build _Originally posted by @anye931123 in https://github.com/brick-design/react-visual-editor/issues/31#issuecomment-757949601_ 还是会编译报错,react-dom的type重复声明,为啥会出现这个错误呢

New feature: Scan all strings, intersect with translations provided. code: ```jsx // Provider // Consumer const { titleKey } = useContext(); return t(titleKey) ``` ```js const translations = ['a', 'b',...

when i want to find out size of package 'zx', it throw a build error: 'Cannot use keyword 'await' outside an async function' it seems, zx used new feature of...