tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.vercel.app
MIT License
678 stars 147 forks source link

Please help react/jsx-runtime module not found #175

Closed GitanjaliCS closed 3 years ago

GitanjaliCS commented 3 years ago

Module not found: Can't resolve 'react/jsx-runtime' in 'C:\xampp\htdocs\abbeyschoolapp\client\node_modules\react-select-search\dist\esm

I have installed react/jsx-runtime module. Still it is showing error

tbleckert commented 3 years ago

@GitanjaliCS Which version of React are you using?

GitanjaliCS commented 3 years ago

I am working on Reactjs version ^16.13.1

On Mon, Mar 22, 2021 at 6:56 PM tbleckert @.***> wrote:

@GitanjaliCS https://github.com/GitanjaliCS Which version of React are you using?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tbleckert/react-select-search/issues/175#issuecomment-804059297, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOREIXWVKSRKQ7T2OTXKCIDTE5APLANCNFSM4ZMEA7DA .

-- Regards, Gitanjali Gurram

Creative Skills Digital Pvt Ltd.

tbleckert commented 3 years ago

@GitanjaliCS I see, version v3 only supports the new JSX transform as of now. How are you transforming jsx right now? Babel?