Open FC-jan opened 1 year ago
minor update: might be related to our usage of final-form-arrays. we also had other issues probably related to that, see also https://github.com/final-form/final-form/issues/472. as stated there, I was provided with some angles, and will still try to reproduce the issue - but this might also be it for now, as we seem to have worked around the issue.
Are you submitting a bug report or a feature request?
bug report
What is the current behavior?
We received a bugsnag alert about state.change not being a function: TypeError P.change is not a function
Meanwhile, we at least introduced source maps, so the code mentioned points me to:
What is the expected behavior?
change should be a function and should only be called if it's a function.
Sandbox Link
Sadly, I again have no idea how our end users produce the exception.
What's your environment?
Current chrome, node 18
Other information
Sorry for again not being able to provide more info - I reported a similar, but different issue in final-form.