Squash merge market-preload into market

This commit is contained in:
padreug 2025-08-03 09:19:06 +02:00
parent 8643eecfe7
commit 35d2eba4ac
5 changed files with 141 additions and 9 deletions

View file

@ -81,6 +81,9 @@ export function useMarket() {
// Don't fail the entire load process if subscription fails
}
// Clear any error state since we successfully loaded the market data
marketStore.setError(null)
} catch (err) {
console.error('Error loading market data:', err)
throw err