bytechef icon indicating copy to clipboard operation
bytechef copied to clipboard

Datapill dropdown offers data pills from removed connectors

Open kresimir-coko opened this issue 8 months ago • 0 comments

https://github.com/bytechefhq/bytechef/blob/master/client/src/pages/platform/workflow-editor/components/Properties/components/PropertyMentionsInput/PropertyMentionsInput.tsx#L292-L293

This useMemo is the culprit, it doesn't allow changes to enter the component - we can't remove it easily.

Probably best to try again when migrating to new version of Quill, as it has native support for React - https://quilljs.com/playground/react

kresimir-coko avatar Jun 11 '24 08:06 kresimir-coko