-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
React.createElement: 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.
import { FirebaseAuth } from 'react-firebaseui';
<FirebaseAuth uiConfig={this.uiConfig} firebaseAuth={firebase.auth()}/>
I'm using this with Create React App
build APP
Metadata
Metadata
Assignees
Labels
No labels