Alexandr Andreev

Results 2 issues of Alexandr Andreev

**What is the current behavior:** Derived stores declared inside of components don't update after parent "outer" store updates. example: ```typescript const goTo = createEvent() const $activePath = restore(goTo, '/') $activePath.watch((activePath)...

bug
forest

Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.