Anthony Palazzetti

Results 1 issues of Anthony Palazzetti

## Reproduction ### Current Behavior Error: `Diagnostic error: Record posts#abcde not found` ``` React.useEffect(() => { const thisIdDoesNotExist = 'abcde'; try { const subscription = database .get('posts') .findAndObserve(thisIdDoesNotExist) .subscribe(d =>...