You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the SDK doesn't support the import syntax which is now common in modern Javascript frameworks. Thus the SDK cannot natively work in frameworks like Svelte.
Describe the solution you'd like
Update the framwork to use import, not just with Typescript but with vanilla Javascript.
Describe alternatives you've considered
None that I can think of.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the SDK doesn't support the
import
syntax which is now common in modern Javascript frameworks. Thus the SDK cannot natively work in frameworks like Svelte.Describe the solution you'd like
Update the framwork to use
import
, not just with Typescript but with vanilla Javascript.Describe alternatives you've considered
None that I can think of.
Additional context
The text was updated successfully, but these errors were encountered: