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
Failed to compile with the below error
C:/Work/MB/clientBi/src/controllers/modules/ChangePasswordController/index.tsx
Property 'data' does not exist on type 'void | FetchResult<ForgotPasswordChangeMutation, Record<string, any>, Record<string, any>>
The text was updated successfully, but these errors were encountered:
Hey! I just had the same error. I haven't fixed it yet but I know where it comes from.
You can set "react-apollo": "2.1.6", so npm/yarn uses the fixed version instead of the latest stable. This should at least help you getting started for now! Once I have a final solution I will post it 👍
@benawad I tried by what you mention above, it worked but the problem is I need to change in multiple places in the application. instead, I changed the react-apollo version as mentioned by @klaaz0r
Failed to compile with the below error
C:/Work/MB/clientBi/src/controllers/modules/ChangePasswordController/index.tsx
Property 'data' does not exist on type 'void | FetchResult<ForgotPasswordChangeMutation, Record<string, any>, Record<string, any>>
The text was updated successfully, but these errors were encountered: