You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json-util: adjust to stricter types of json-stable-stringify
Version 1.2.0 of said package now comes with Typescript-style types, and
that pointed out that the result of the `stringify()` function may very
well be `undefined` instead of a string. Let's adapt to that.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments