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
I came across an issue with the static options object that you can define inside a JavaScript plugin (typed by plugin.d.ts). It was typed as only object, which doesn't account for any custom keys inside the object.
Hi there :)
I came across an issue with the static options object that you can define inside a JavaScript plugin (typed by
plugin.d.ts
). It was typed as onlyobject
, which doesn't account for any custom keys inside the object.Here is the diff that solved my problem:
The text was updated successfully, but these errors were encountered: