ghostery / ghostery-extension

Ghostery Browser Extension for Firefox, Chrome, Opera, Edge and Safari
Mozilla Public License 2.0
1.34k stars 140 forks source link

Fix setting `href` attribute for ui-onboarding-state in Android Panel #1608

Closed smalluban closed 1 month ago

smalluban commented 1 month ago

Fixes #1607

FYI: The core problem is with react, which does not support custom elements "at all"... It always uses setAttribute for passing dynamic values, even though it should use properties.