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 found the deletion of the declaration in #452.
Is the code below correct to do this?
// Hmmm.. `getConfig` is not exported at the entry point.constconfig=require('@testing-library/dom/dist/config')exportfunctiongetMyCustomElement(container){
... snip...if(!element){throwconfig.getConfig().getElementError(`Unable to find an element....`,container)}
... snip...}