zpao / qrcode.react

A <QRCode/> component for use with React.

Home Page:https://zpao.github.io/qrcode.react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: undefined is not an object (evaluating 'ecl.ordinal')

ex-tag opened this issue · comments

Getting an error when using a lower-case 'h' for level='h' setting

TypeError: undefined is not an object (evaluating 'ecl.ordinal')

This error is fixed by using an upper-case H, but the inputs should be type-checked.

See this stackoverflow question for reference
https://stackoverflow.com/questions/69042390/typescript-allow-only-uppercase-keys-in-object