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
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
Describe the bug
Typescript types highlighting works on the *.ts files, but the *.tsx files it does not. I thought it might be due to use of linaria, but even non-linaria .tsx files there is no highlighting.
Expected behavior
Hover context popup with its type
Version of webcontainer
Hash: 7286dbe8d47d3473cde7be488b7d048fb59b05f2
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Browser name = Chrome
Full version = 90.0.4430.212
Major version = 90
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
performance.memory = {
totalJSHeapSize: 159765627,
usedJSHeapSize: 156720619,
jsHeapSizeLimit: 4294705152
}
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
ntucker
changed the title
BUG: no syntax highlighting on .tsx files imported from github repo
BUG: type popups on .tsx files imported from github repo
May 23, 2021
@ntucker The tsx type issue is fixed and it now gives proper intellisense and auto complete.
For your example in particular I did notice an other issue though. We currently run with the TypeScript 4.0 services, and for this it apparently needs TypeScript 4.1 at least. We have an internal ticket to track the upgrade of TypeScript on our end.
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
Describe the bug
Typescript types highlighting works on the *.ts files, but the *.tsx files it does not. I thought it might be due to use of linaria, but even non-linaria .tsx files there is no highlighting.
Link to the blitz that caused the error
https://stackblitz.com/edit/github-8auner?file=src%2FBoundary.tsx
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Hover context popup with its type
Version of webcontainer
Hash: 7286dbe8d47d3473cde7be488b7d048fb59b05f2
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Browser name = Chrome
Full version = 90.0.4430.212
Major version = 90
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
performance.memory = {
totalJSHeapSize: 159765627,
usedJSHeapSize: 156720619,
jsHeapSizeLimit: 4294705152
}
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: