We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa9dff commit 8a58533Copy full SHA for 8a58533
src/happyx/spa/components.nim
@@ -817,7 +817,7 @@ macro component*(name, body: untyped): untyped =
817
componentConstructors,
818
reRenderProc,
819
newProc(
820
- ident"script",
+ postfix(ident"script", "*"),
821
[
822
newEmptyNode(),
823
newIdentDefs(ident"self", ident(componentName))
@@ -837,7 +837,7 @@ macro component*(name, body: untyped): untyped =
837
newNimNode(nnkPragma).add(ident"gcsafe")
838
),
839
840
- ident"style",
+ postfix(ident"style", "*"),
841
842
ident"string",
843
0 commit comments