nsandroni

Results 3 issues of nsandroni

fix: Maximum recursive updates exceeded **Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code -...

pr:community

**Describe the bug** Passing a dynamic query to the query builder, can cause "Maximum recursive updates exceeded" pull request submitted here: https://github.com/cube-js/cube/pull/8556

client:vue

the error event is not received when the connection is lost: this.sseClient .on('error', err => console.error('Failed to parse or lost connection:', err) ) .connect() .then(() => { this.connected = true...