SteamDeckHomebrew / decky-frontend-lib

The support library for creating plugins for decky
https://deckbrew.xyz
GNU Lesser General Public License v2.1
67 stars 33 forks source link

wrapReactType called on the same element causes ui to crash #87

Closed Tormak9970 closed 1 year ago

Tormak9970 commented 1 year ago

having two plugins call wrapReactType on the same element causes the ui to crash

Tormak9970 commented 1 year ago

see: https://github.com/SteamDeckHomebrew/decky-frontend-lib/pull/88

TrainDoctor commented 1 year ago

Fixed w/ merge of #88.