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
Error in Chrome trying to create a web-component with react and typescript
index.tsx:5 Uncaught TypeError: Cannot read property 'create' of undefined
at Object. (index.tsx:5)
at n (bootstrap:19)
at bootstrap:83
at header-component.min.js:1
Error in Chrome trying to create a web-component with react and typescript
index.tsx:5 Uncaught TypeError: Cannot read property 'create' of undefined
at Object. (index.tsx:5)
at n (bootstrap:19)
at bootstrap:83
at header-component.min.js:1
i built a simple component:
and a index.tsx
i built it with webpack and the awesome-typescript-loader
this is my html file
Is there Support for Typescript available?
The text was updated successfully, but these errors were encountered: