antpaw/react-stein-router

Routes with path never[] allow other params

Opened this issue · 0 comments

Routes with path never[] allow other params

    <NavigateTo
          to={routes.rootPath({
            koo: 4,
            bar: 'bar',
            roo: 'roo',
          })}
        />

should throw ts error