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

fixes Bunlong/next-qrcode#40 Deprecated old interfaces. Introduced 3 … #41

Open ckelwin opened 1 year ago

ckelwin commented 1 year ago

Fixes #40

Done:

image

Note: This may introduce breaking change, i.e. when someone uses <Canvas but provided an option prop of type. The fix should be simple, delete that prop. Screenshot below shows the error caused by this breaking change, where it was possible to provide a type prop to a Canvas in the past, but it is not relevant.

image