(FE) Emma 엠마
(FE) Emma 엠마
I resolved this issue using [this method](https://github.com/JedWatson/react-select/issues/5605#issuecomment-1497007827) ```tsx // when rendering custom component const noValueChildren = React.Children.toArray(children).filter((child) => [components.Input, components.Placeholder].includes(child.type)); return ( {MY_CUSTOM_TEXT} {noValueChildren} ); ```
> @uu29 didn't work for me, but this answer helped to solve this issue without filtering - [#4845 (comment)](https://github.com/JedWatson/react-select/issues/4845#issuecomment-1665190832) thanks, but still doesn't work. I Already seperate the Custom Component...
I'm experiencing the same issue, but my repository doesn't have many HTML files. I'm attaching the result of running ESLint on a specific file for reference.