Component Import Map - Payload v3.0.0-beta.79 Breaking Changes #7668
Replies: 9 comments 34 replies
-
Has this release fixed the bug that caused the admin panel to hang in production? |
Beta Was this translation helpful? Give feedback.
-
We are currently attempting to migrate from payload beta 74 to beta 79. So far, we have removed all of our custom components and have successfully added the importMap file. However, when starting the development server, we are encountering numerous errors such as: To conclude by : A big congratulations to the teams for the work accomplished; we have been eagerly awaiting these breaking changes. |
Beta Was this translation helpful? Give feedback.
-
Custom features is not working, is there any update on it? |
Beta Was this translation helpful? Give feedback.
-
Trying to get custom Logo and Icon components working in my payload.config and running into issues.
I've tried both with the # export name and what you see above. My components look like this:
|
Beta Was this translation helpful? Give feedback.
-
Would VScode / Typescript plugin for path auto-completion be worth it? I'm thinking of a function with some reserved keyword like |
Beta Was this translation helpful? Give feedback.
-
Upgrading my Project which contained a couple custom Fields and Cells worked fine without any major issues. My main headache had been several duplicated definitions for nested Lexical Blocks inflating the bundle size a lot, these are finally gone 🥳 The initial HTML size is down by > 80% and the admin loads way faster. I also have the impression that both navigation within the Admin and API responses became faster as well. I wonder if these recursed definitions could've had an effect on the API layer aswell or if I'm on the wrong track here, will need to take the time and measure some resonse times. Overall I'm very happy these changes landed! |
Beta Was this translation helpful? Give feedback.
-
It would be great if the logging was better for these errors. I'm also getting the css error referencing react-image-crop, but as far as I know I've commented out all custom components. I have a large project so it's quite possible there is one hiding somewhere, but I've done a workplace search for |
Beta Was this translation helpful? Give feedback.
-
After upgradiing from
In this case it's choking on the But even after I comment out all of the image imports, it fails while processing Is this to be expected? And if so, what is the workaround? |
Beta Was this translation helpful? Give feedback.
-
I wanted to ask: Did the team consider the native import() syntax and why the team chose to use a path instead of a dynamic |
Beta Was this translation helpful? Give feedback.
-
On the topic of https://github.com/payloadcms/payload/releases/tag/v3.0.0-beta.79 we made a large change. This discussion is for QA and general feedback to help anyone making the update.
Beta Was this translation helpful? Give feedback.
All reactions