SuperTurk
SuperTurk
> @Reputation-Liberty > > * [Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks. #216](https://github.com/uiwjs/react-codemirror/issues/216) These solutions...
@Donorhan What about this PR ? Is it good for you or need changes ?
> poojitharamachandra On it's way https://github.com/Chainlit/chainlit/pull/375
You can wrap directly the DatePicker component like : ```JavaScript const Wrapper = styled(DatePicker)` border-radius: 4px; border: 1px solid ${colors('grey')}; ` ``` and use the `Wrapper` component instead `DatePicker` like...