Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 6b1ad58

Browse files
committed
docs: Add comment
1 parent b382f28 commit 6b1ad58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/history.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Dependency warning says to use: require("history").createBrowserHistory
2+
// But doesn't explain how to do this for import.`
13
import createHistory from 'history/createBrowserHistory';
24

35
const history = createHistory();

0 commit comments

Comments
 (0)