You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using a library called Kea for state management. The library has a concept called "logics" and their format got changed in the upgrade to version 3. While the old format still works, it would be great to have all logics converted to the new format for consistency eventually.
You can find logics still in the old format by searching for import { kea } from 'kea'. The newer format imports other bits from kea as well, which is why this will find logics in the old format.
We're using a library called Kea for state management. The library has a concept called "logics" and their format got changed in the upgrade to version 3. While the old format still works, it would be great to have all logics converted to the new format for consistency eventually.
You can find logics still in the old format by searching for
import { kea } from 'kea'
. The newer format imports other bits from kea as well, which is why this will find logics in the old format.Here's an example: #18230
The text was updated successfully, but these errors were encountered: