Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Stop logging error when client is uninitialized (#1803)
This causes errors on NextJS because it will be uninitialized on the server-side. We already make it pretty clear that you should control initializing the client when passing it in as a prop, so let's give up on the error log altogether
- Loading branch information