Closed pkrefta closed 5 years ago
can you dig deeper into the errors to see what's up? looks like query.table
is null… but why?
perhaps misconfigured Babel, and static table = 'notes'
doesn't work correctly?
I've pushed my code here https://github.com/pkrefta/watermelon-fun I'm using skeleton application from CRA and I think my configs are fine since it's working OK in Chrome :)
I got it going - my bad.
nice @pkrefta!
I solved the problem by deleting the indexeddb in browser
Hi guys,
I've started playing with Watermelon and created basic example
console.log outputs number in Chrome but Safari reports an error
Diagnostic error: TypeError: null is not an object (evaluating 'loki.getCollection(query.table).chain')