Skip to content

v1.0.4

Compare
Choose a tag to compare
@AustP AustP released this 20 Jun 21:42
· 90 commits to master since this release
  • Allow modifying the Flux interface for stronger typing when accessing stores using dot notation: flux.namespace
  • Rely on Store's state type for typing information for selectState and useState.
    • Ideally we would allow custom overriding like we do in the state manager. However, we need to wait for: microsoft/TypeScript#26349 before we can implement it correctly.
    • Once that is merged in, we can also update our ObjectPropertyType to allow a ReturnType.