subconsciousnetwork / subconscious

Apache License 2.0
8 stars 0 forks source link

Fix edit link menu #1028

Closed bfollington closed 9 months ago

bfollington commented 9 months ago

It turns out when I refactored our form fields to use ViewStore I accidentally routed around the cursors which means some actions (like populating rename results) were not being dispatched.

I've restored cursors at every use site of ValidatedFormField.

Fixes https://github.com/subconsciousnetwork/subconscious/issues/992 Fixes https://github.com/subconsciousnetwork/subconscious/issues/1021