Skip to content

Commit

Permalink
Remove root.unmount created for tests (#27)
Browse files Browse the repository at this point in the history
It was a test that I forgot to remove. It makes the application be
unmounted after 5 seconds.
  • Loading branch information
aneuwald-ctw authored May 13, 2024
1 parent cf0ddfe commit 28d5647
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foxbox",
"version": "1.0.1",
"version": "1.0.2",
"license": "MPL-2.0",
"private": true,
"productName": "Foxbox",
Expand Down
4 changes: 0 additions & 4 deletions packages/studio-web/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,4 @@ export async function main(getParams: () => Promise<MainParams> = async () => ({
</LogAfterRender>
</StrictMode>,
);

setTimeout(() => {
root.unmount();
}, 5_000);
}
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxglove/studio",
"version": "1.0.1",
"version": "1.0.2",
"license": "MPL-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 28d5647

Please sign in to comment.