FindAPattern

Results 3 issues of FindAPattern

`useUnsetCursorPositionOnBlur` does not hide cursors when the remote editor blurs. This happens because `useUnsetCursorPositionOnBlur` only sets the cursor state field to `null` on blur, but does not set the client...

The `Extension` type currently exposes `namespaceObj` as an `any` type. This PR changes `Extension` to a generic interface that adds explicit typing to the `namespaceObj` type. These changes should not...

When rendering results in a react application using `useLiveIncrementalQuery`, every object in the result set changes its reference whenever the underlying result set changes. For example, consider the following React...