Open luanraithz opened 1 year ago
Example: https://codesandbox.io/s/fervent-ardinghelli-h68vgk?file=/src/App.js
On the logs you we see that just one of your clicks was logged. I would expect the callback to be called every time there is a change
Edit 1: The dummy way to fix this is by simulating a click on the element before showing the preview.
fixed in latest version
Example: https://codesandbox.io/s/fervent-ardinghelli-h68vgk?file=/src/App.js
On the logs you we see that just one of your clicks was logged. I would expect the callback to be called every time there is a change
Edit 1: The dummy way to fix this is by simulating a click on the element before showing the preview.