Alessio Gravili

Results 81 issues of Alessio Gravili

With >2 editors on one page, they throw errors in the console when hovering over them with a mouse. Might be fixed in next lexical version, which contains major refactors?...

bug in lexical core

...even though it shouldn't. Some vertical padding / automatic height might not be set 100% optimally. This might be relevant: https://github.com/facebook/lexical/issues/4199

bug

Seems to be an issue in lexical: https://github.com/facebook/lexical/issues/4155

bug in lexical core

## Description **BREAKING:** - The minimum required next version is now 14.3.0-canary.68. This is because we are migrating away from the deprecated experimental.serverComponentsExternalPackages key to experimental.serverExternalPackages, which is not available...

## Description - Globals are no longer typed as `TypeWithID` or `GlobalTypeWithID`, as globals do not have IDs. Now they are just `Record` - Extract common types into utilities. These...

created-by: Payload team

## To fix - Bunch of todos for our react-select and react-datepicker packages which are having type issues. Other dependencies seem fine - createPortal usages throw type errors, as 2...

## Description - [ ] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [ ] Chore (non-breaking change which does not add...

## Description - [ ] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [ ] Chore (non-breaking change which does not add...

created-by: Payload team

## Description Adds `build:reactcompiler` command, which builds ui using babel + babel-plugin-react-compiler instead of swc ## Learnings When used in a project, we saw this error: ![CleanShot 2024-05-23 at 19...

created-by: Payload team

## Description Passing any custom client view to the payload config threw an error, as server-only props were passed through to the client component - [ ] I have read...

created-by: Payload team