Created second build for the CSP problem when using recommended strict policy on production.
import { MultiSelect } from "react-multi-select-component";
Would be changed (if needed) to:
import { MultiSelect } from "react-multi-select-component/no-inject-style"; import "react-multi-select-component/no-inject-style/index.css";
Created second build for the CSP problem when using recommended strict policy on production.
import { MultiSelect } from "react-multi-select-component";
Would be changed (if needed) to:
import { MultiSelect } from "react-multi-select-component/no-inject-style"; import "react-multi-select-component/no-inject-style/index.css";
Should help with those issues also.
https://github.com/hc-oss/react-multi-select-component/issues/655 https://github.com/hc-oss/react-multi-select-component/issues/516