Closed stoically closed 4 years ago
react-sdk tries to load usercontent/ since v1.5.10, which chokes in Radical because WebExtensions need absolute paths to html files, so replacing that with usercontext/index.html should fix it.
usercontent/
usercontext/index.html
Workaround: Downgrade to v1.5.9
Fixed in v1.5.11
react-sdk tries to load
usercontent/
since v1.5.10, which chokes in Radical because WebExtensions need absolute paths to html files, so replacing that withusercontext/index.html
should fix it.Workaround: Downgrade to v1.5.9