Tushar Selvakumar

Results 23 comments of Tushar Selvakumar

Has this been fixed? If not, I'd like to do it.

@pasinJ your [codesandbox link](https://codesandbox.io/p/sandbox/test-monaco-editor-in-jsdom-environment-y2ljzx?file=%2Fsrc%2FMonaco-node_modules.test.tsx) doesn't seem to have the code anymore. Can you please share an updated sandbox link or a link to a repo?

Thanks for the help @pasinJ! :raised_hands:

Can i also work on this?

Hey @girish-kadambari, currently the MySQL Connector is being worked on internally and should be done by next week. We can fast-track development on this connector if we gain more insights...

@Raushan998 FYI this is for a Multiwoven Connector, similar to Postgres or Iterable, not for integrating Sentry into the platform.

Hey @heath-freenome, this is the code i'm using. It's from the [docs](https://rjsf-team.github.io/react-jsonschema-form/docs/advanced-customization/custom-widgets-fields#custom-component-registration). ``` const MyCustomWidget = (props: WidgetProps) => { return ( props.onChange(event.target.value)} /> ); }; const widgets: RegistryWidgetsType =...

Hey @heath-freenome, did you get some time to check out the issue? ^

Hey @heath-freenome, could you please check this out? ^

Hey @heath-freenome, I tested out the code you gave me with some minor changes to make it work properly (adding deps to useCallback), it seems to be working fine only...