I installed radium by using this command npm install --save radium --legacy-peer-deps though it is installed with some vulnerabilities but my app is showing to me on browser without anything ??
I tried to install radium in a simple way like npm install --save radium but this didn't work due to some peer conflicts somehow it is installed with some vulnerabilities by using this command npm install --save radium --legacy-peer-deps however my app is blank on browser while wrapping my app component i.e export default Radium(app) if I unwrap it i.e export default app it works...