Third-party components can't be wrapped if they have have default properties which are functions. An example of such function is a third-party component defining an onSelect property.
This does a better job of noting which functions are Pux-managed event handlers.
Third-party components can't be wrapped if they have have default properties which are functions. An example of such function is a third-party component defining an
onSelect
property.This does a better job of noting which functions are Pux-managed event handlers.
Note that this includes the https://github.com/alexmingoia/purescript-pux/pull/94 commit. Can edit this PR if desired.