Closed CobyPear closed 3 years ago
Hi @CobyPear ! The repo for the new (Beta) version of @cloudinary/svelte has moved to https://github.com/cloudinary/frontend-frameworks Can you please post your issue there? Thanks
@CobyPear As @maoznir mentioned, you can find the latest Svelte SDK in - https://github.com/cloudinary/frontend-frameworks/tree/main/frameworks/svelte The issue doesn't get reproduced when following the example listed on that repository (here is a codesandbox example). Cheers!
@eyalktCloudinary Thank you, I realized this morning that I missed a step! Appreciate it.
Bug report for Cloudinary Svelte SDK
Before proceeding, please update to latest version and test if the issue persists
Describe the bug in a sentence or two.
Uncaught type error on Image component. …
Issue Type (Can be multiple)
[ ] Build - Can’t install or import the SDK [ ] Babel - Babel errors or cross browser issues [ ] UI/Performance - Display or performance issues [x] Behaviour - Functions aren’t working as expected (Such as generate URL) [ ] Documentation - Inconsistency between the docs and behaviour [ ] Other (Specify)
Steps to reproduce
… if applicable
{ Image }
and implementER: Image is displayed on page from Cloudinary server AR: Type error, Image is not a constructor:
Error screenshots
… if applicable
Browsers (if issue relates to UI, else ignore)
[ ] Chrome [ ] Firefox [ ] Safari [ ] Other (Specify) [ ] All
Versions and Libraries (fill in the version numbers)
Svelte Cloudinary SDK - 1.0.0-beta.11 Svelte - 3.0.0 Babel - 0.0.0 Rollup/Other - 2.3.4 Node - 16.8.2 NPM - 7.21.0
Config Files (Please paste the following files if possible)
package.json
babel.config.js rollup.config.js
Repository
If possible, please provide a link to a reproducible repository that showcases the problem I can provide this if needed.