we are getting below error when we import and use this package.
./node_modules/@solana/wallet-adapter-react-ui/lib/esm/WalletModal.mjs Can't import the named export 'WalletReadyState' from non EcmaScript module (only default export is available)
And we have explored on google about this issue and most of them said to setup/ configure the webpack to add module rule. Tried this also but no look to fix it.
Can you help me to fix this issue and provide solution to add and use package functionality in metronic code.
Try to write authors of the lib about this issue, cause it's not related to our code at all. We use standard CreactReactApp for React applications and don't have another custom settings for apps.