There was an error while loading. Please reload this page.
1 parent 650ae93 commit 8c2e92bCopy full SHA for 8c2e92b
3 files changed
.changes/template-solidjs.md
@@ -0,0 +1,6 @@
1
+---
2
+"create-tauri-app": patch
3
+"create-tauri-app-js": patch
4
5
+
6
+Correct the usage of signal getter in Solid template
packages/cli/fragments/fragment-solid-ts/src/App.tsx
@@ -43,7 +43,7 @@ function App() {
43
</div>
44
45
46
- <p>{greetMsg}</p>
+ <p>{greetMsg()}</p>
47
48
);
49
}
packages/cli/fragments/fragment-solid/src/App.jsx
@@ -46,7 +46,7 @@ function App() {
</form>
50
51
52
0 commit comments