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
2982 | // We can't recurse forever because `type` can't be self-referential;
2983 | // let's assume it's reasonable to do a single React.lazy() around a single React.memo() / vice-versa
2984 | type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent | React.LazyExoticComponent
| ^
2985 | ? T extends React.MemoExoticComponent | React.LazyExoticComponent
2986 | ? ReactManagedAttributes<U, P>
The text was updated successfully, but these errors were encountered:
C:/Users/badmotherfucker/Desktop/money-tracker/node_modules/@types/react-redux/node_modules/@types/react/index.d.ts
TypeScript error: Duplicate identifier 'LibraryManagedAttributes'. TS2300
The text was updated successfully, but these errors were encountered: