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
The types for registerWidget only specify a single signature, but the implementation allows two additional ways of registering widgets, which are both actively used throughout the codebase.
Why this matters
Currently, decap-cms-app registers all widgets eagerly at once, which results in very large bundle sizes. I would like to provide an alternative, more modular approach, but this requires the types to match in the first place.
What to do
Stay tuned for a PR or possibly an update to #7402
The text was updated successfully, but these errors were encountered:
Describe the bug
The types for
registerWidget
only specify a single signature, but the implementation allows two additional ways of registering widgets, which are both actively used throughout the codebase.Why this matters
Currently,
decap-cms-app
registers all widgets eagerly at once, which results in very large bundle sizes. I would like to provide an alternative, more modular approach, but this requires the types to match in the first place.What to do
Stay tuned for a PR or possibly an update to #7402
The text was updated successfully, but these errors were encountered: