Zedux Version
"@zedux/react": "1.1.1",
Description
useAtomSelector doesn't trigger a re-render when used with useAtomContext.
But, any other re-render in the component will cause the selector to register and work as intended.
Try making a change in the code in the code sandbox, and you'll see it start to synchronize.
Reproduction
https://codesandbox.io/s/epic-snow-pxyvym?file=/src/App.js:0-1823