Calculate dynamically matches on config
I have a component (.tsx) that needs to calculate dynamically the property of depending on the current tab url.
Any idea?
Any idea?
matchesconfigexport const config: PlasmoCSConfig = {
matches: /*SHOULD BE CALCULATED DYNAMICALLY*/
}