You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I build types (tsc -b):
For picture: error TS4023: Exported variable 'Homepage' has or is using name 'HTMLElementAttrs' from external module "/Users/kosta/Documents/qwik-2-test/node_modules/@qwik.dev/core/dist/core-internal" but cannot be named.
For image: error TS4023: Exported variable 'Homepage' has or is using name 'SVGProps' from external module "/Users/kosta/Documents/qwik-2-test/node_modules/@qwik.dev/core/dist/core-internal" but cannot be named.
Which component is affected?
Qwik Runtime
Describe the bug
When using
I get the following error when I build types (tsc -b):
For picture:
error TS4023: Exported variable 'Homepage' has or is using name 'HTMLElementAttrs' from external module "/Users/kosta/Documents/qwik-2-test/node_modules/@qwik.dev/core/dist/core-internal" but cannot be named.
For image:
error TS4023: Exported variable 'Homepage' has or is using name 'SVGProps' from external module "/Users/kosta/Documents/qwik-2-test/node_modules/@qwik.dev/core/dist/core-internal" but cannot be named.
Reproduction
markovickosta/qwik-2-test#7
Steps to reproduce
Repro:
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: