americanexpress / react-albus

✨ React component library for building declarative multi-step flows.
Apache License 2.0
1.1k stars 89 forks source link

How to use react-albus with Reach Router? #99

Closed ataravati closed 3 years ago

ataravati commented 3 years ago

I want to use the wizard with Reach Router. How can I do that?

ryhinchey commented 3 years ago

unfortunately reach router does not provide a full history object like react router does. The history provided in Reach Router as documented here is not a full history object that you'd get from the history package which react router uses. At this time, react-albus only supports routers that use the history package under the hood

ataravati commented 3 years ago

@ryhinchey Thanks for the clarification.