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
In TypeScript, interfaces do not satisfy the type Record<string | number | symbol, unknown> which is not what the functions are expecting. Here is a minimal example:
-- merge-anything was made with 💜 by Luca Ban. You cannot sponsor every project, but next time you do, think of this one for its prolonged maintenance.
In TypeScript, interfaces do not satisfy the type
Record<string | number | symbol, unknown>
which is not what the functions are expecting. Here is a minimal example:The text was updated successfully, but these errors were encountered: