ToucanToco / weaverbird

A visual data pipeline builder with various backends
https://weaverbird.toucantoco.dev
BSD 3-Clause "New" or "Revised" License
97 stars 17 forks source link

fix(step-form-component): handle reactivity for selected column #2261

Closed alice-sevin closed 1 week ago

alice-sevin commented 1 week ago

I missed reactivity for selected column in weaverbird data viewer migration, it results to selected column not working as expected in migrated code

Watch update state value Key update form component (because it not watch anything, it only apply state on init based on selected column so we need a full refresh)