render-jsx icon indicating copy to clipboard operation
render-jsx copied to clipboard

Handle life-cycle hooks that are added late

Open loreanvictor opened this issue 4 years ago • 0 comments

  • If a hook is added to an element after the element is bound, bind() should be invoked instantaneously.
  • If a hook is added to an element after the element is cleared, clear() should be invoked instantaneously.

loreanvictor avatar Nov 26 '20 21:11 loreanvictor