We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most actions are typed as void but return Promises with results.
createEditingAction should be used to infer type correctly
Wegas/wegas-app/src/main/node/wegas-react/src/data/Stores/editingStore.ts
Line 61 in df4383e
see this commit for a usage example
e7f0b26
To track them, either find the usage of EditingThunkResult or remove the default result typing on the type définition
Line 51 in df4383e
The text was updated successfully, but these errors were encountered:
xgo-work
fsantaniello-heigvd
No branches or pull requests
Most actions are typed as void but return Promises with results.
createEditingAction should be used to infer type correctly
Wegas/wegas-app/src/main/node/wegas-react/src/data/Stores/editingStore.ts
Line 61 in df4383e
see this commit for a usage example
e7f0b26
To track them, either find the usage of EditingThunkResult or remove the default result typing on the type définition
Wegas/wegas-app/src/main/node/wegas-react/src/data/Stores/editingStore.ts
Line 51 in df4383e
The text was updated successfully, but these errors were encountered: