PromucFlow_constructor/app/client/src/utils/history.ts

4 lines
285 B
TypeScript

// Leaving this require here. Importing causes type mismatches which have not been resolved by including the typings or any other means. Ref: https://github.com/remix-run/history/issues/802
const createHistory = require("history").createBrowserHistory;
export default createHistory();