You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so consumers no longer have to create a `LexicalBlocksDiffComponent.tsx`
174
-
file or pass `diffComponentPath` to the wrapper. The open problem is
175
-
getting the project-specific `converters` into that component — Payload's
176
-
import map resolves components via static string paths, so converters
177
-
can't be passed through. Possible approaches, both with trade-offs: - Global registry populated at module load (order-dependent, hacky). - Turn this into a proper Payload plugin with an `init`/config hook that
178
-
injects converters into the component via shared state on
0 commit comments