bloomer icon indicating copy to clipboard operation
bloomer copied to clipboard

Documentation build errors

Open aszecsei opened this issue 7 years ago • 1 comments

When building the documentation, I get errors:

ERROR in [at-loader] ./docs/src/Components/NavBar.tsx:115:27
    TS2344: Type '{}' does not satisfy the constraint 'RouteComponentProps<any>'.
  Property 'match' is missing in type '{}'.

It seems related to react-router but I'm not familiar enough with the package to fix it.

aszecsei avatar Jul 05 '18 23:07 aszecsei

Thanks for your interest in the project.

Maybe the types has changed and forgot to do a fix from my side, I'll check on this so we can merge your PR :)

AlgusDark avatar Jul 06 '18 00:07 AlgusDark