Skip to content
Advertisement

Tag: react-select

How to import from React-Select CDN with React and Babel?

I’ve created a react application following the steps on the React Website, but I’m having issues utilizing the React-Select Library (particularly the Select Component). I can only use cdn files to load dependencies, including the React-Select cdn file located on cdnjs I’m getting the following error with my react-app: See below for my script and here for my codepen I’ve

Advertisement