Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(starters): types workaround v1.x #6151

Merged
merged 3 commits into from
Apr 26, 2024
Merged

Conversation

PatrickJS
Copy link
Member

@PatrickJS PatrickJS commented Apr 23, 2024

work around warning for qwik 1.x

[plugin:vite:esbuild] [plugin vite:esbuild] src/components/router-head/router-head.tsx: Duplicate key "dangerouslySetInnerHTML" in object literal
40 |                          return s.style;
41 |                      },
42 |                      dangerouslySetInnerHTML: _wrapSignal(s, "style")
   |                      ^
43 |                  }, null, 0, s.key))
44 |          ]

@PatrickJS
Copy link
Member Author

the build error seems unrelated

@wmertens
Copy link
Member

wmertens commented Apr 24, 2024

the build error is super weird, when I go look at other action runs I see that the succeeding builds use /x64 instead of aarch???

@wmertens wmertens enabled auto-merge (squash) April 24, 2024 22:38
@wmertens wmertens merged commit be97376 into main Apr 26, 2024
22 checks passed
@wmertens wmertens deleted the starters-type-workaround branch April 26, 2024 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants