Sean Matheson
Sean Matheson
This has been fixed.
@1alexvash can you try this; ```typescript import type { State, Actions } from 'easy-peasy'; const state: State = { todos: defaultTodos, }; const actions: Actions = { addTodo: action((state, payload)...
Just released `v5.0.5`. 🎉 Thanks for championing this fix @jmyrland ♥️ And thanks for all the patience ya'll!
The latest version (4.1.1) tries to require babel-runtime helpers too. Would be awesome if those were just inlined within the UMD build. 🙏 https://unpkg.com/browse/[email protected]/dist/polished.js It appears that 3.6.0 has the...
Hey all; So I also hit this issue. It appears to be less about the "hooks" feature of React, and more about the paradigm that "hooks" operate within - i.e....
Howdy all 👋 I've made great progress on the Lerna Monorepo migration. Check it out at #83
Hey all! My promise-based API is now officially released for [`react-tree-walker`](https://github.com/ctrlplusb/react-tree-walker). Seems to work well, but like @divmain states, it would be interesting to do some performance overhead testing on...
Will fiber land and change everything?
https://github.com/facebook/react/issues/10294#issuecomment-318184274 🤤