cultureamp / react-elm-components

Write React components in Elm
https://www.npmjs.com/package/react-elm-components
BSD 3-Clause "New" or "Revised" License
779 stars 54 forks source link

Upgrade to Elm 0.19 #24

Closed russellmays closed 5 years ago

russellmays commented 6 years ago

I encountered an error trying to embed Elm 0.19 in a React app using this package. Changing embed to init seems to address the change.

Not sure if this project aims to target Elm 0.19. I know it would take some more changes, especially to the example project, but I figured I would call attention to the issue with this PR to get the ball rolling.

Commit and issue from upgrade to 0.18 for reference.

russellmays commented 5 years ago

Closing in favor of https://github.com/akselw/react-elm-components/pull/25 which is much more comprehensive.