-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal bug somewhere between 3.22.1 + 3.23.0 #28
Comments
Only things I can think which might be odd / relevant
|
time spent so far ~4 hours |
cc @christianbundy (in case you bump into any mystery behaviour!) .... oh wait Patchwork is using a branch of mutant ... I wonder if it branches off before / after this bug! |
Thank you! |
@mixmix do you want to pair on this on Thursday? I have an office hour available at 10am. |
OFFICE HOUR, don't mind if I do! |
What it looks like : with
3.23.0
if you open a gathering editing form in Patchbay you get an empty form. If you do the same with3.22.1
the form shows the gathering's current values.I can confirm that the data is being fetched, and even successfully set in a Struct, but the
h
is just not noticing that change.In trying to figure out this bug I've seen the same problem with
computed
- a value the computed should be watching is definitely being updated, but a debug inside the computed is never hit.forces me to lock at earlier version
The text was updated successfully, but these errors were encountered: