DOCS: add warning about meteor-rpc compat with Meteor 2.8 and up

This commit is contained in:
Gabriel Grubba
2024-12-03 09:37:57 -03:00
parent 69c6882133
commit 314167b246

View File

@@ -12,6 +12,18 @@ This package provides functions for building E2E type-safe RPCs, focused on Reac
## How to download it?
::: warning
This package works only with Meteor 2.8 or higher.
If not sure about the version of Meteor you are using, you can check it by running the following command in your terminal within your project:
```bash
meteor --version
```
:::
```bash
meteor npm i grubba-rpc @tanstack/react-query zod
```