Pratik Dev

Results 4 issues of Pratik Dev

i was thinking if i can have a bigger dropable area that will capture there was a drop, but the dragged element will be dropped in a nested element of...

### 👟 Reproduction steps ```ts import { Client, Databases, Users } from "node-appwrite"; const client = new Client(); const databases = new Databases(client); client .setEndpoint(ENDPOINT) .setProject(PROJECT_ID) .setKey(API_KEY); const {my_attribute} =...

bug

Fixed grammar, spelling, and punctuation mistakes in `docs/Getting-Starting-Guide.md`

- [x] Check if updating to the latest Preact version resolves the issue **Describe the bug** The `ElementRef` type is not available yet **To Reproduce** Check [this](https://stackblitz.com/edit/create-preact-starter-bt5jpo?file=src%2Findex.jsx) Stackblitz demo where...

types