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

Broken infoview in Gitpod with 0.0.70+ #166

Closed
Kha opened this issue Apr 14, 2022 · 2 comments · Fixed by #167
Closed

Broken infoview in Gitpod with 0.0.70+ #166

Kha opened this issue Apr 14, 2022 · 2 comments · Fixed by #167

Comments

@Kha
Copy link
Member

Kha commented Apr 14, 2022

Starting with version 0.0.69, the infoview is empty on gitpod.io, presumably due to this error in the console:

Uncaught TypeError: Error resolving module specifier “@lean4/infoview”. Relative module specifiers must start with “./”, “../” or “/”.

Example: https://gitpod.io/#https://github.com/Kha/tba-2022

@gebner
Copy link
Member

gebner commented Apr 14, 2022

I guess this is due to #151.

cc @Vtec234

@Vtec234
Copy link
Member

Vtec234 commented Apr 14, 2022

Ahhhh, it's because only Chromium supports importmaps. By the way, this only appears in 0.0.70+ - 0.0.69 should still work. To fix this, we will probably need to polyfill them using SystemJS.

@Vtec234 Vtec234 changed the title Broken infoview in Gitpod with 0.0.69+ Broken infoview in Gitpod with 0.0.70+ Apr 14, 2022
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 a pull request may close this issue.

3 participants