#Default Template Issues

5 messages · Page 1 of 1 (latest)

warped shore
#

Hi

It seems there is a problem with the DefaultTemplate. In particular the NavToggler component is causing a destructuring error from the useWindowInfo hook from the @facless-ui/window-info package. Has anyone else had any issues?

stoic ridgeBOT
warped shore
#

@obtuse snow For following

obtuse snow
queen kelp
#

Hey! FYI, I encountered the same issue. There are more quirks in it that I thought. Eg. when the code using DefaultTemplate is next to the payload code, it works 😛
I tried to find a userland solution but couldn't and filed a bug report: https://github.com/payloadcms/payload/issues/11876

Did you have more luck resolving this issue?

GitHub

Describe the Bug Custom views and components, that are configured through imported plugin, doesn't receive context from the root providers. This causes an error when we want to create a custom ...