e5e3132ddd
Introduce two new ESLint rules that prevent the use of `jotaiStore` and direct calls to `.atomFamily()` or `.selectorFamily()` within component selector `get` callbacks. These rules promote cleaner and more reactive code practices. Fixed file touched by those new rules : `calendarDayRecordIdsComponentFamilySelector`