You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2019. It is now read-only.
Type of issue
Bug
Description
MemoryRouterdoes not provideonRouteinto child contextBesides it would be nice to be able to override
onRoutewith some mock functionCurrent behavior
When using
MemoryRouterfor UnitTesting it fails with following error:TypeError: context.onRoute is not a functionExpected behavior
Should not fails on this step
Steps to reproduce
run following test snippet:
Your environment
fusion-plugin-react-router version: 1.2.0
Node.js version (
node --version): 8.14npm version (
npm --version): 6.4.1Operating System: OSX