v13.0.0
Major changes
- Removed duplicate
svg
entries fromReact.Basic.DOM
. UseReact.Basic.DOM.SVG
Minor changes
- Added an additional definition for each DOM element exposing the
ReactComponent
type before it is applied toelement
. This allows their use with APIs that expect to be handed React components, not PureScript functions.