mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
9b7ccf8cb5
* fix: Resolve no-floating-promises lint errors Adds await or void to 10 unhandled promises. Notable fixes: a test assertion using `.resolves` was never awaited, and a custom emoji fetch with setState was running during render instead of in an effect. * chore: Promote no-floating-promises to error Now that all occurrences are fixed, prevent regressions.