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
Something is up with the types, I was using things fine a few days ago, but now can't compile my typescript project anymore with 5.42.5 as I now get errors from the date types:
node_modules/metascraper-date/src/index.d.ts(14,24): error TS1015: Parameter cannot have question mark and initializer.
node_modules/metascraper-date/src/index.d.ts(14,24): error TS2371: A parameter initializer is only allowed in a function or constructor implementation.
The text was updated successfully, but these errors were encountered:
Prerequisites
Something is up with the types, I was using things fine a few days ago, but now can't compile my typescript project anymore with 5.42.5 as I now get errors from the date types:
The text was updated successfully, but these errors were encountered: