Files
payloadcms/test/helpers
Alessio Gravili ebd43c7763 feat: pre-compile ui and richtext-lexical with react compiler (#7688)
This noticeably improves performance in the admin panel, for example
when there are multiple richtext editors on one page (& likely
performance in other areas too, though I mainly tested rich text).

The babel plugin currently only optimizes files with a 'use client'
directive at the top - thus we have to make sure to add use client
wherever possible, even if it's imported by a parent client component.

There's one single component that broke when it was compiled using the
React compiler (it stopped being reactive and failed one of our admin
e2e tests):
150808f608
opting out of it completely fixed that issue

Fixes https://github.com/payloadcms/payload/issues/7366
2024-08-19 17:31:36 -04:00
..
2024-07-27 09:33:31 -04:00
2024-03-07 15:40:39 -05:00
2024-07-23 13:44:44 -04:00
2024-08-13 12:54:33 -04:00
2024-04-01 17:46:42 -04:00
2024-07-02 09:47:03 -04:00
2024-07-09 14:33:38 +00:00
2024-08-13 12:54:33 -04:00
2024-08-13 12:54:33 -04:00