-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix: wait for register space before returning from space create onSubmit #463
Conversation
because we weren't `await`ing here the space creation UI would flash empty again, which was very confusing
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 63fc726:
|
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.
those pesky forgotten awaits :/
consider adopting https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/no-misused-promises.md
🤖 I have created a release *beep* *boop* --- ## [1.2.0](w3console-v1.1.0...w3console-v1.2.0) (2023-03-24) ### Features * updates to ToS and login page ([#447](#447)) ([e62ad96](e62ad96)), closes [#397](#397) ### Bug Fixes * make auth email input text black ([#462](#462)) ([dc8ddca](dc8ddca)) * wait for register space before returning from space create onSubmit ([#463](#463)) ([9b35b2c](9b35b2c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [1.2.0](storacha/w3ui@w3console-v1.1.0...w3console-v1.2.0) (2023-03-24) ### Features * updates to ToS and login page ([storacha#447](storacha/w3ui#447)) ([fb127e1](storacha/w3ui@fb127e1)), closes [storacha#397](storacha/w3ui#397) ### Bug Fixes * make auth email input text black ([storacha#462](storacha/w3ui#462)) ([89218b5](storacha/w3ui@89218b5)) * wait for register space before returning from space create onSubmit ([storacha#463](storacha/w3ui#463)) ([832fb97](storacha/w3ui@832fb97)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
because we weren't
await
ing here the space creation UI would flash empty again, which was very confusing