Skip to content

Commit

Permalink
Recharts test case: broken on 2.7.26 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanolov committed Feb 7, 2019
1 parent 599a473 commit 2a1cc97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -16,6 +16,14 @@
"license": "MIT",
"devDependencies": {
"http-server": "^0.11.1",
"shadow-cljs": "^2.7.17"
"shadow-cljs": "^2.7.28"
},
"dependencies": {
"highlight.js": "^9.14.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-flip-move": "^3.0.3",
"react-highlight.js": "^1.0.7",
"recharts": "^1.4.2"
}
}
3 changes: 2 additions & 1 deletion src/app/main.cljs
@@ -1,6 +1,7 @@

(ns app.main
(:require [app.lib :as lib]))
(:require [app.lib :as lib]
["recharts" :refer (ResponsiveContainer BarChart Bar PieChart Pie Legend Tooltip Cell XAxis YAxis LabelList ComposedChart Line)]))

(def a 1)

Expand Down

0 comments on commit 2a1cc97

Please sign in to comment.