pitch-io / uix

Idiomatic ClojureScript interface to modern React.js
https://github.com/pitch-io/uix?tab=readme-ov-file#docs
Eclipse Public License 2.0
359 stars 21 forks source link

Support the optional key argument for create-portal. #138

Closed samcf closed 8 months ago

samcf commented 8 months ago

Adds a 3 arity overload to dom/create-portal to support the optional key argument, keeping it in line with React's own signature for createPortal.

Reference https://react.dev/reference/react-dom/createPortal#parameters