Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade kea format from v2 to v3 #18229

Closed
thmsobrmlr opened this issue Oct 26, 2023 · 0 comments
Closed

Upgrade kea format from v2 to v3 #18229

thmsobrmlr opened this issue Oct 26, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@thmsobrmlr
Copy link
Contributor

thmsobrmlr commented Oct 26, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant