Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ This playground loads the same source as [`enskit-react-example`](https://github

<HostedInstanceSdkVersionWarning for="enskit" />

:::note[First load may take a moment]
The editor runs entirely in your browser. Downloading of **enskit**, **enssdk** and their heavy dependencies may take 30-60 seconds.
:::

After the project is ready, edit the app and run **`npm start`** in the terminal to restart the Vite dev server. Use the **preview** pane to interact with the running UI.

:::caution[StackBlitz embed outage]
StackBlitz is having problems with embedded WebContainer projects as of **May 19**. If the editor does not load, use the **Fork on StackBlitz** button in the bottom left to open and run the example on stackblitz.com.
:::

:::note[First load may take a few minutes]
The embedded StackBlitz editor runs entirely in your browser. Downloading and installing all npm packages may take a few minutes. Watch the install progress in the terminal of the StackBlitz editor.
:::

<EnskitExampleInteractivePlayground client:load />

[Back to enskit overview](/docs/integrate/integration-options/enskit)
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ This playground loads the same source as [`enssdk-example`](https://github.com/n
The embedded StackBlitz editor runs entirely in your browser. Downloading and installing all npm packages may take a few minutes. Watch the install progress in the terminal of the StackBlitz editor.
:::

You can edit the script and run **`npm start`** in the terminal to run it again.

:::caution[StackBlitz embed outage]
StackBlitz is having problems with embedded WebContainer projects as of **May 19**. If the editor does not load, use the **Fork on StackBlitz** button in the bottom left to open and run the example on stackblitz.com.
:::

You can edit the script and re-execute **`npm start`** in the terminal to run it again.

<EnssdkExampleInteractivePlayground client:load height="700" />

[Back to enssdk overview](/docs/integrate/integration-options/enssdk)
4 changes: 2 additions & 2 deletions examples/enskit-react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"generate:gqlschema": "gql.tada generate-output"
},
"dependencies": {
"enskit": "0.0.0-preview-fix-sha-89c022b-20260519094840",
"enssdk": "0.0.0-preview-fix-sha-89c022b-20260519094840",
"enskit": "1.13.1",
"enssdk": "1.13.1",
"react": "catalog:",
"react-dom": "catalog:",
"react-router": "^7.6.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/enssdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"generate:gqlschema": "gql.tada generate-output"
},
"dependencies": {
"enssdk": "0.0.0-preview-fix-sha-89c022b-20260519094840"
"enssdk": "1.13.1"
},
"devDependencies": {
"@types/node": "catalog:",
Expand Down
36 changes: 26 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading