Commit 32c85560 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[example] no need for #react-svg in div

parent b0a20793
...@@ -70,8 +70,7 @@ appCpt = R.hooksComponentWithModule "Example.React" "app" cpt where ...@@ -70,8 +70,7 @@ appCpt = R.hooksComponentWithModule "Example.React" "app" cpt where
, on: { change: onInputChange newItem } } , on: { change: onInputChange newItem } }
, H.button { on: { click: onSubmitClick d3Data newItem newItem' } } [ H.text "submit" ] ] , H.button { on: { click: onSubmitClick d3Data newItem newItem' } } [ H.text "submit" ] ]
] ]
, H.div { id: "react-svg" , H.div { ref: containerRef
, ref: containerRef
, width: "400" , width: "400"
, height: "200" } [] , height: "200" } []
] ]
......
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