Salvatore Ravidà

Results 46 comments of Salvatore Ravidà

Note using keys with dot notation will allow DevTools to render atoms as a tree Ex: key: 'notifications.items', 'notifications.states',

@robcdd you can look for a devtool here https://github.com/salvoravida/recoil-toolkit https://chrome.google.com/webstore/detail/recoil-toolkit-devtools/mkeicpnjoopkgdhfobdpcepncbnfnnji it's still WIP, but it may help you. ![image](https://user-images.githubusercontent.com/20126259/231278611-60275a82-38f6-4f9c-b315-436350eae714.png)

> Could it be that you didn't export your `routerReducer` from the ./store.js file ? exactly https://codesandbox.io/p/sandbox/redux-first-history-demo-forked-dj6jn4?file=%2Fsrc%2Fstore.js

I guess because your saga started after the first dispatch of the action, so the saga middleware was not yet loaded with your saga to propagate the action

> Thanks for reaching out and providing this PR. Can you help me understand the need to add this as a peer dependency? What if people aren't using typescript? Why...

> Thanks for updating the metadata, but I am more curious to understand why you think we should need to have a peer dependency on types, as well as why...