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
Thank you for such great library @Yuyz0112
Looks like, things started working when I follow the below structure
import {Embed, App} from '@syncit/ui';
import '@syncit/ui/dist/style.css';
import { LocalStorageTransporter } from '@syncit/transporter';
new Embed({
target: document.body,
props: {
createTransporter({ role, uid }) {
return new LocalStorageTransporter({
role,
uid,
});
},
},
});
new App({
target: document.body,
props: {
createTransporter({ role, uid }) {
return new LocalStorageTransporter({
role,
uid,
});
},
},
});
Or else it raises syncit undefined or Embed Undefined.
Also how to change the language from Mandarin to English?
@nikhilrayaprolu able to start the app? for me tons of errors with packages (using windows). Probably missing something, can you share the steps to follow to get started with this?
Thank you for such great library @Yuyz0112
Looks like, things started working when I follow the below structure
Or else it raises syncit undefined or Embed Undefined.
Also how to change the language from Mandarin to English?
The text was updated successfully, but these errors were encountered: