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

Using QRCodeSVG I get: Element type is invalid: expected a string (for built-in components)

notjulian opened this issue · comments

Hello @zpao,
first of all thanks for this lib

using QRCodeSVG and QRCodeCanvas I'm getting this error:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

what I'm doing wrong?
example

QRCode component is working fine ...

thanks

just a problem in the import
import QRCodeSVG from "qrcode.react"

*

Sorry for the confusion! The readme on the repo page is for the in-progress v3. For the latest release (v2.0.0) you can view the readme at https://github.com/zpao/qrcode.react/tree/v2.0.0.

The named exports is a new feature which will be available in v3.