Skip to content

Commit

Permalink
Rename errorBoundary to ReasonReactErrorBoundary
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 13, 2023
1 parent 1cfc794 commit 6c1794a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
9 changes: 7 additions & 2 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
(public_name reason-react)
(wrapped false)
; Explicitly adding modules isn't necessary, but it's a good idea
; if wrapped is false, so we don't export something by accident
(modules React ReactDOM ReactTestRenderer ReasonReactRouter ErrorBoundary)
; when wrapped is false, so we don't export something by accident
(modules
React
ReactDOM
ReactTestRenderer
ReasonReactRouter
ReasonReactErrorBoundary)
(preprocess
(pps melange.ppx reason-react-ppx))
(libraries melange.dom)
Expand Down

0 comments on commit 6c1794a

Please sign in to comment.