Updated to v1.3.6

This commit is contained in:
Henry Whitaker
2020-05-13 10:19:22 +01:00
parent acccfced1b
commit f5186ea7fd
165 changed files with 2971 additions and 3223 deletions

View File

@@ -3,7 +3,7 @@ import PropTypes from "prop-types";
import { createMemoryHistory as createHistory } from "history";
import warning from "tiny-warning";
import Router from "./Router";
import Router from "./Router.js";
/**
* The public API for a <Router> that stores location in memory.