Skip to content

export Debounce constructor

Morgan Thomas requested to merge export-debounce-constructor into master

Rationale for the notion that constructing your own Debounce is a valid scenario. When you are rendering statically, it is valid to have a Debounce id, because it does not matter what the Debounce is, because the event handlers will never be called.

Merge request reports