There is an issue with the variable inspection feature in DevTools. After investigation, it was found that the problem stems from missing worker files in the release bundle. We hope this can be fixed.
The key compiled code is:
createWorker() { let $ = GK.WorkerWrapper.fromURL(new URL("../../entrypoints/formatter_worker/formatter_worker-entrypoint.js", import.meta.url)); }
This JavaScript file was not included in the release bundle.
Let me know if you'd like help drafting a bug report or communicating this to the DevTools team.
There is an issue with the variable inspection feature in DevTools. After investigation, it was found that the problem stems from missing worker files in the release bundle. We hope this can be fixed.
The key compiled code is:
createWorker() { let $ = GK.WorkerWrapper.fromURL(new URL("../../entrypoints/formatter_worker/formatter_worker-entrypoint.js", import.meta.url)); }
This JavaScript file was not included in the release bundle.
Let me know if you'd like help drafting a bug report or communicating this to the DevTools team.