lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
624 stars 52 forks source link

helix.hooks: make wrap-fx private #134

Closed rome-user closed 1 year ago

rome-user commented 1 year ago

Fixes #127

No compiler warnings are emitted when compiling the :dev and :test targets. There is a risk of this change breaking 3rd party code calling wrap-fx explicitly, but I cannot think of a use case for this function outside of the use-effect implementation.

lilactown commented 1 year ago

Wonderful! Thank you