diff --git a/.gitignore b/.gitignore index e0d4623..9eb34b1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ lib/ react-table.js react-table.css *.log - -dist/ +example/dist/ diff --git a/example/src/app.js b/example/src/app.js index 70b469b..dbd8c03 100644 --- a/example/src/app.js +++ b/example/src/app.js @@ -12,4 +12,6 @@ Render(null, ( -)) +), { + useHash: true +})