Commit 3293f38a authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] commenting the source of error giving the blank page

parent 28837709
Pipeline #1626 failed with stage
......@@ -59,7 +59,7 @@ chartWith options =
execOnInit fn = toMaybe >>> case _ of
Nothing -> pure unit
Just (ref :: Record EChartRef) -> fn =<< ref.getEchartsInstance
Just (ref :: Record EChartRef) -> pure unit -- fn =<< ref.getEchartsInstance
echarts :: Echarts -> R.Element
echarts c = R2.buff $ unsafeCreateElementDynamic (unsafeCoerce eChartsClass) c []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment