Squash merge market-preload into market
This commit is contained in:
parent
8643eecfe7
commit
35d2eba4ac
5 changed files with 141 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue