Nico Domino
Nico Domino
Looks like theres still an issue with using `react-select` with esm only projects. See: https://github.com/JedWatson/react-select/issues/5595
Published a new version with some changes, including making `react-select` a peer dependency, can you try `[email protected]+`. i.e. ```sh npm install react-select [email protected] ```
> Is the error in this sandbox related to this one? It's an error in the dev server (react-scripts - when using v1.54+) > >  > > [codesandbox.io/s/wonderful-franklin-15xbjq?file=/src/App.tsx](https://codesandbox.io/s/wonderful-franklin-15xbjq?file=/src/App.tsx) I...
Yeah worth trying.. I've updated the `tsconfig.json` target to `es6` in `v2.1.1` :+1:
Let me know if that helped in any way :pray:
Does anyone still see this issue with `2.1.1+`?
@danny-nguyen-lab49 can you give `v3.1.0` a shot? I updated the `react-select` peer dependency to minimum version `5.7.3` where they apparently shipped a fix for ESM importing (https://github.com/JedWatson/react-select/releases/tag/[email protected]) and updated to...
Haven't heard back here, should be working now so I'm going to close this. If anyone still has an issue, feel free to open a new issue
Pushed a small commit to merge some of the `RUN` commands to avoid creating new layers and cleaned up a few other things, hope thats alright :+1:
@mtsgrd I added a small GHA for building and publishing this Dockerfile like we'd talked about. We'll still need to adapt the CMD / ENTRYPOINT and anything else? :thinking: In...