paralleldrive / riteway

Simple, readable, helpful unit tests.
MIT License
1.15k stars 35 forks source link

Added types for riteway/match and riteway/render-component #356

Closed geireann closed 8 months ago

geireann commented 8 months ago

I discovered that render-component and match typing only worked when you also imported from "riteway" in addition to "riteway/match".

This minor update allows both match and render-component to be imported standalone without depending on the main "riteway" import.

ericelliott commented 8 months ago

Released as v8.0.0-RC2