Anthony Palazzetti
Anthony Palazzetti
> So is it database first? What does this mean? > Does user need to wait until data is written to db before components can render it? If you are...
@gen1lee I think he did understand the question, but you're not asking the right question. Your original questions are very difficult to find reasoning for to begin with. > So...
@gen1lee I'm sorry you think that WatermelonDB has fatal performance flaws and is unsuited to your application. Looking forward to your PR to fix these issues.
> I just swapped my find query for a regular `.query(Q.where())` so I can check if there is no matching records. Not the ideal method but a workaround for now...
@TamasFarago I'm having the same error. Any luck?
@TamasFarago Thanks. I ended up simplifying my metro config to match exactly what the documentation shows and it's fine for now. Not sure if it will break my other SVG...
For what it's worth, I ran into this, too. `Indexable` type looks to return an array-like object, just without the correct methods on the type, so you can safely fix...
> > > > As a hack i set a 2nd dataset with desired [min, max] and render a transparent line. Not ideal but worked as a temp fix for...
@sunweiyang I'm sure you figured this out by now but one way to "deprecate keys" is by adding the key to the blacklist: ``` const persistConfig = { key: 'root',...