react-amplitude
react-amplitude copied to clipboard
Make debounceInterval propagate via context
It looks like debounceInterval on <Amplitude> is specifically attached to that <Amplitude> instance's logEvent() handler
I was expecting/it would be nice if the debounceInterval propagated to all nested <Amplitude> instances similar to how eg eventProperties do