Field hooks for lexical blocks feature didnt work. #4351
dudubs
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 2 replies
-
Hey, I've converted it into a feature request. Lexical blocks indeed do not support hooks yet, though that will be added some time in the future |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Link to reproduction
No response
Describe the Bug
When I write a hooks for text or any else type (afterChange, beforeRead and all other hook types).
To Reproduce
Code for example:
`
BlocksFeature({
blocks: [
{
slug: "video",
fields: [
{
name: "url",
type: "text",
`
Payload Version
2.2.2
Adapters and Plugins
editor-lexical
Beta Was this translation helpful? Give feedback.
All reactions