GenSpectrum / dashboard-components

https://genspectrum.github.io/dashboard-components/
GNU Affero General Public License v3.0
2 stars 0 forks source link

fix(components): propagate UserFacingErrors through the web worker #528

Closed fengelniederhammer closed 4 days ago

fengelniederhammer commented 4 days ago

Summary

Apparently, the concrete error type doesn't make it across the wire. Any error type that you send back from a web worker will be deserialized as a plain Error.

Screenshot

PR Checklist

vercel[bot] commented 4 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dashboard-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 3:49pm
github-actions[bot] commented 4 days ago

This is a preview of the changelog of the next release. If this branch is not up-to-date with the current main branch, the changelog may not be accurate. Rebase your branch on the main branch to get the most accurate changelog.

Note that this might contain changes that are on main, but not yet released.

Changelog:

0.8.5 (2024-11-19)

Bug Fixes