sdk-for-svelte icon indicating copy to clipboard operation
sdk-for-svelte copied to clipboard

Appwrite SDK for Svelte ๐Ÿงก โš ๏ธ Warning - this SDK was designed to support Appwrite 0.9 and is not compatible with the latest Appwrite versions. We are planing to refactor it as part of the SDK Generato...

Results 8 sdk-for-svelte issues
Sort by recently updated
recently updated
newest added

The latest version in npm is tied to appwrite ^0.2.3-beta This does not seem to work with sveltekit out of the box: `__vite_ssr_import_0__.default is not a constructor` Installing direct from...

question

Change 'collection' prop to 'id' to resolve the errors: was created with unknown prop 'Collection' & was created without expected prop 'id'

### ๐Ÿ”– Feature description https://appwrite.io/docs/realtime Is SDK already support this feature? ### ๐ŸŽค Pitch - ### ๐Ÿ‘€ Have you spent some time to check if this issue has been raised...

### ๐Ÿ‘Ÿ Reproduction steps installing the package and downloading the demo ### ๐Ÿ‘ Expected behavior get a working demo with appwrite backend and svelte in the frontend (i changed the...

bug

BREAKING CHANGES: The minimum version of Appwrite has been updated BEFORE: SDK supports Appwrite 0.11.x and below AFTER: SDK supports Appwrite 0.12.x and above

### ๐Ÿ‘Ÿ Reproduction steps Use module in SSR context. My code: ```html ``` SDK contains the default init from the README. ### ๐Ÿ‘ Expected behavior No errors ### ๐Ÿ‘Ž Actual...

bug

Granted, could very easily be my ignorance; however, the following doesn't give me values from the slot: ``` import * as M from "svelte-materialify/src"; import * as I from "@mdi/js";...

** The requested module '/node_modules/.vite/appwrite.js?v=af1d9e1f' does not provide an export named 'default' SyntaxError: The requested module '/node_modules/.vite/appwrite.js?v=af1d9e1f' does not provide an export named 'default' ** ``` import { Create }...