|
|
|
|
|
by lhorie
3031 days ago
|
|
The element creation part will be triggered if a creation is required. It won't be triggered by a prop update, for instance. In the following example, I change the button id on click. It's still the same button element after the change: https://jsfiddle.net/dwn36aw4/8/ |
|