plasmo
plasmo copied to clipboard
[BUG] SPA Page CSUI won't autoload
What happened?
Single-page applications, like Plasmo CSUI, do not reload if the page routing changes, but the page is not reloaded and updated.
For example:
https://www.flaticon.com/search?word=apple
When I click on one of the icons, the page path might change to https://www.flaticon.com/free-icon/apple_415733?xxxx
Even though my content script is configured with a match of https://www.flaticon.com/free-icon/*
But in this case my ui doesn't load!
Unless I refresh the page to go to the https://www.flaticon.com/free-icon/apple_415733
page
Version
Latest
What OS are you seeing the problem on?
Windows
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response
(OPTIONAL) Contribution
- [ ] I would like to fix this BUG via a PR
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
- [X] I checked the current issues for duplicate problems.