CodingWithLuke

Results 2 issues of CodingWithLuke

## Change Added a method that will take a alias as a string, validate that it exists in the moduleAliase's object. and that it is of type string. This will...

Currently running a basic QR and when rendering the page in NextJS I am noticing the following error. ![image](https://github.com/JodusNodus/react-qr-reader/assets/17888092/0b79b7c8-ea38-4443-baad-8af8a7a0ec4d) ```js { if (!!result) { } }} ViewFinder={() => ( console.log("click")}...