Filipp Trigub
KKinde
•Created by Filipp Trigub on 5/6/2025 in #💻┃support
KindeProvider in react version 5.0.x cannot be imported
When importing, I get
Warning: React.jsx: 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.
Check your code at App.js:300.
with import code:
import { KindeProvider } from '@kinde-oss/kinde-auth-react';
It works with 4.0.5, but there is no documentation for that.
What am I doing wrong?
14 replies
KKinde
•Created by Filipp Trigub on 5/6/2025 in #💻┃support
How to verify the location of an environment / switch it?
It appears that during setup my default env the location has not been set to EU as its domain does not have the .eu part. I dont seem to be able to check that or change that. Happy to be proven wrong! 🙂
6 replies