Adam S
Adam S
> one challenge is onHistoryStateUpdated might not fire for regular navigation like reload, 1. On reload or other types of navigation where the assists, i.e. js and css files, are...
I encountered this issue also and used a workaround. In manifest.json add the `scripting` permission and add either the `activeTab` permission or the allowed host with the `host_permissions` key. In...
@flexchar I tried creating a custom plugin as a hack to watch for changes in vite.config.js so that the content script could be compiled from ts to js and moved...
I'm having this problem today also. I changed the code to import tickers one at a time which is several times slower and it leaves the row blank instead of...
@shuowu Awesome! Using https://github.com/NiGhTTraX/ts-monorepo as a template, I added this pull request fix to the crxjs extension in the `app` folder using [pnpm patch](https://pnpm.io/cli/patch) in order to test it. To...