Michael H. Arieli

Results 10 comments of Michael H. Arieli

@pinodex this might not be related to this, try to debug your code and identify the "extra" field.. you can `var_dump` the $form->getErrors() to see (https://github.com/symfony/Form/blob/master/Form.php)

You are more then welcome to create a PR to fix this issue..

@snipershady please run the check and fix the issues before I can merge it. Thanks.

Nope, still not passing.. https://github.com/excelwebzone/EWZRecaptchaBundle/actions/runs/7359000381/job/20033164385?pr=306

Still not working.. https://github.com/excelwebzone/EWZRecaptchaBundle/actions/runs/7359071392/job/20033299482?pr=306

Sorry. Still not working.. Right now I don't have a lot of time to spend on this.. but once I'd I will try to fix your PR

Still not working. I don't think you can convert to PHP7 unless you remove all previous versions. Sorry :-(

Based on https://lexical.dev/docs/collaboration/react it's critical for collaboration plugin to set editor state to null: ```tsx const initialConfig = { namespace: 'Streamer', nodes: [...EditorNodes], onError: (error: Error) => { throw error;...

Quick update: I kinda solve the `initialEditorState` empty issue. Had to make sure the editor key and collaboration doesn't change on the component. As for the cursor, it seems to...

Here is an updated version of the collaboration.ts: ```ts import { Provider, ProviderAwareness } from '@lexical/yjs'; import MercureClient, { MercureMessage } from '@shared/utils/mercureClient'; import * as decoding from 'lib0/decoding'; import...