Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make sure groupContext is not undefined or null
On vercel, getting a strange issue like `TypeError: undefined is not an object (evaluating 'r.resolveTarget')` which doesn't happen locally or once published. Would expect it to be `null` since we default to `null`. Hopefully this fixes things.
- Loading branch information