auro-select not working #561
Unanswered
SDFlightOpsSupport
asked this question in
Please Help!
Replies: 1 comment
-
Edit : I just tried with previous versions it stopped giving me the error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to Auro, and I am trying to integrate auro-select in my React App (I am using React 18) with TS and I am getting the following error :
For the sake of Troubleshooting following are the questions that were asked to me and answers for it
Can you tell me what version of Auro-Select you have installed?
2.10.4
I checked in npm website as well that is the latest version
You stated that you are using React 18 with TS, can you tell me if you are attempting to use a SSR build?
I am using pure React which performs CSR, I am not at all using any framework like Next JS or anything else.
Can you verify that the auro-menu component has also been installed in your app?
Yes I have. I have installed the way it was there in the website.
$ npm i @aurodesignsystem/auro-select
$ npm i @aurodesignsystem/auro-dropdown
$ npm i @aurodesignsystem/auro-menu
JFYI , maybe this will be helpful, the auro-dropdown is also having issue it seems that's the reason auro-select not working??
Beta Was this translation helpful? Give feedback.
All reactions