-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Add React hooks calls and integration tests for real-time updates (#88) #118
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Regarding #118 (comment) The goal will be to use https://github.com/graasp/graasp-websockets/blob/master/src/interfaces/constants.ts when the codebase of this repo will be switched to TypeScript. Since only __exportStar(require("./interfaces/constants"), exports);
__exportStar(require("./interfaces/message"), exports); However Since this issue only involves tests, it will be much easier to use these constants directly from Typescript when |
Implement #88
package.json
to point to master branch of https://github.com/graasp/graasp-query-clientRelated: