File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ foreign import getRefs :: forall props state access eff.
309
309
310
310
-- | Ref type. You can store `Ref` types on `Refs` object (which in
311
311
-- | corresponds to `this.refs`). Use `ReactDOM.refToNode` if you want to
312
- -- store a `DOM.Node.Types.Node`
312
+ -- | store a `DOM.Node.Types.Node`
313
313
foreign import data Ref :: Type
314
314
315
315
foreign import readRefImpl :: forall props state access eff .
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ ref :: String -> Props
305
305
ref = unsafeMkProps " ref"
306
306
307
307
-- | You can use `writeRef` to store a reference on `Refs`.
308
- -- | ``` purescrript
308
+ -- | ```purescript
309
309
-- | div [ withRef (writeRef this "inputElement") ] [...]
310
310
-- | ```
311
311
withRef
@@ -676,4 +676,4 @@ d :: String -> Props
676
676
d = unsafeMkProps " d"
677
677
678
678
viewBox :: String -> Props
679
- viewBox = unsafeMkProps " viewBox"
679
+ viewBox = unsafeMkProps " viewBox"
You can’t perform that action at this time.
0 commit comments