sdk-for-svelte
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...
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...
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...
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...
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 }...