Skip to content

Commit

Permalink
fix(solid template): deprecate beta version (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored Apr 26, 2022
1 parent e57db34 commit 8278c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandpack-react/src/templates/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export const SANDBOX_TEMPLATES: Record<
vue3: VUE_TEMPLATE_3,
angular: ANGULAR_TEMPLATE,
svelte: SVELTE_TEMPLATE,
"solid-beta": SOLID_TEMPLATE,
solid: SOLID_TEMPLATE,
};
2 changes: 1 addition & 1 deletion sandpack-react/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export type SandpackPredefinedTemplate =
| "vue"
| "vue3"
| "svelte"
| "solid-beta";
| "solid";

export type SandpackPredefinedTheme =
| "light"
Expand Down

0 comments on commit 8278c71

Please sign in to comment.