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
fix: change overload order to not show the deprecation per default [HOMER-1999] (#1841)
* fix: change overload order to not show the deprecation per default
* chore: give a clear recommendation how to fix the deprecation
* chore: add comment mentioning why we do this
* Update lib/contentful-management.ts
Co-authored-by: Kristoffer <[email protected]>
---------
Co-authored-by: Kristoffer <[email protected]>
// Usually, overloads with more specific signatures should come first but some IDEs are often not able to handle overloads with separate TSDocs correctly
65
+
/**
66
+
* @deprecated The `alphaFeatures` option is no longer supported. Please use the function without this option.
0 commit comments