kea v2.4.2 Release Notes

Release Date: 2021-05-17 // almost 3 years ago
    • ➕ Added basic support for inheritance with: const logic = kea({ inherit: [otherLogic], actions: {...} }). This makes a copy of the inputs for otherLogic. Actions and values will not be shared between the two logics.