Bunlong / next-qrcode

React hooks for generating QRCode for your next React apps.
https://next-qrcode.js.org
MIT License
159 stars 18 forks source link

Logo flickers on every page interaction #48

Open secondl1ght opened 3 weeks ago

secondl1ght commented 3 weeks ago

When setting a logo and src the image is placed in the center of the QR which is good. But then on every page interaction, for example clicking a button, the image flickers as if it gets re-rendered every time. Is there a way to fix this? It is only the logo that flickers and not the entire QR. Thanks