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
which Typescript in my configuration does not accept, since the isDisabledFlag is not a known field of the window object (My configuration should be close to the default NextJS configuration):
Type error: Element implicitly has an 'any' type because index expression is not of type 'number'.
The file dev-warnings.ts contains the following line:
which Typescript in my configuration does not accept, since the
isDisabledFlag
is not a known field of thewindow
object (My configuration should be close to the default NextJS configuration):This can be fixed by adding an explicit any cast:
The text was updated successfully, but these errors were encountered: