atlassian-labs / react-resource-router

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
https://atlassian-labs.github.io/react-resource-router
Apache License 2.0
198 stars 28 forks source link

fix: compile typescript with isolatedModules to remove types from runtime code #147

Closed theKashey closed 2 years ago

theKashey commented 2 years ago

Solves

The fix

Question

There are other types exported in plain esm right now. Only WithRouter creates a problem

Followup