vendetta-mod / Vendetta

A mod for Discord's mobile apps.
BSD 3-Clause "New" or "Revised" License
1.46k stars 91 forks source link

Revert and fix InputAlert #211

Closed pylixonly closed 8 months ago

pylixonly commented 8 months ago

apparently the custom input's onChangeText is literally onChange

actually forgot to test this on an older version (confirm work lah, just merge!!)

maisymoe commented 8 months ago

Interesting, I never noticed this behaviour at all in my testing and thus resorted to the class component method so that I could access component state. Neat.