plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.25k stars 2.05k forks source link

Fix patch operators on the base object. #2859

Closed T4rk1n closed 4 months ago

T4rk1n commented 4 months ago

Fix #2855, the operators +=,-=,*=, /=, |= on patch without a location were returning the noop object that can't be serialize, they needed to return themself instead to be used.