jotai icon indicating copy to clipboard operation
jotai copied to clipboard

No way to make plugin-react-refresh work with custom atom creators

Open hackwaly opened this issue 3 years ago • 3 comments

It is hardcoded. Can we make it configable?

https://github.com/pmndrs/jotai/blob/fc96b2c72a057cb00afef0dfbe2ca30cbb7b23c4/src/babel/utils.ts#L20-L42

hackwaly avatar Sep 13 '22 10:09 hackwaly

Do you know how to do it?

dai-shi avatar Sep 13 '22 11:09 dai-shi

Yes, I do. I can send PR when i have time.

hackwaly avatar Sep 13 '22 11:09 hackwaly

sounds great. cc @Thisen

dai-shi avatar Sep 13 '22 11:09 dai-shi

Created a PR for this: https://github.com/pmndrs/jotai/pull/1480

Thisen avatar Oct 17 '22 19:10 Thisen