jabza

Results 10 comments of jabza

> > Sorry for the troubles @Ancinek @ky28059. I think I have a hunch on what's going on here and will see if I can a fix out. > >...

What needs to happen for this to get merged in?

Hey @delucis Thanks for the reply. In haste, I ended up taking a more low-level approach. I created a new StorageAPI.Async db class that includes EventEmitter, effectively acting as a...

Also seeing this, for border property QComboBoxListView, which does apply but gives the above warning spam.

Sometimes seeing this also on 11 chords, Chord.Detect senses a **F69#11/C** (along with Am11A/C), however, when put _with the root_ into getChord, it returns an empty chord. Am11A/C works fine...

Also seeing this. I think it is to do with Middleware caching - if I go to the sites (not via subdomain, ie /_sites/test) it works for me

UPDATE: Hmm, the error seems to be coming from: node_modules\@floating-ui\react-dom\dist\floating-ui.react-dom.esm.js node_modules\@radix-ui\react-popper\dist\index.js So including a Button in a server component triggers the error. I guess because Radix internally is depending on...

Hey @williamlmao , i tried importing the basic Button component into my Page.tsx React Server Component and was met with the above error. The only fix would be to make...

Interesting. Well the component I imported 'Button' was triggering React complain about a dependency (Floating UI) that was using statefulness. I don't know why that dependency, are you seeing the...