Closed as not planned
Description
Describe the bug
When upgrading 2.0.0.beta.3 -> 2.0.0.beta.5, our build is broken.
All our openapi endpoints produce errors similar to this:
Module not found: Error: Can't resolve '@theme/ApiDemoPanel/MethodEndpoint' in '[redacted]/docs/api/webhook'
Module not found: Error: Can't resolve '@theme/ApiDemoPanel/SecuritySchemes' in '[redacted]docs/api/webhook'
I believe this is the relevant change:
#577
We do not reference ApiDemoPanel ourselves - it is all autogenerated from schema. In fact, I grepped all of our codebase for demo
and Demo
and there's nothing.
This fails both locally and on CI.