Skip to content

Fixed injector logic to play nice with React apps

Francesco Placella requested to merge injector_react_fix into 1.0.x

With the previous logic, if either the "source" or the "target" elements were not present yet in the DOM, injection would fail.

Merge request reports