react-router-component-keycloak-example
react-router-component-keycloak-example copied to clipboard
Fail Import in App.js
You have to change the import of line 3: import AuthrizedElement from '../components/AuthrizedElement'; to import AuthrizedElement from './components/AuthrizedElement';
Hi @Maigtello
Did this app run for you??
Hi @Maigtello
Did this app run for you??
@kartik533 try with other code, this doesn't work without modifications
Hello I'm install react-app-alias library in project after that create root jsconfig.json and write that basic code "compilerOptions": { "baseUrl": "./src" }
and call component import AuthrizedElement from 'components/AuthrizedElement';
Working on my pc.