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 am working on a SPA built with Webpack and I want to configure the Stretchy selector with Javascript, as opposed to doing it with the data-filter value. The problem is that, to my understanding, Stretchy is defining a global variable without any control. The only way I have to set the selector is
I am working on a SPA built with Webpack and I want to configure the Stretchy selector with Javascript, as opposed to doing it with the
data-filter
value. The problem is that, to my understanding, Stretchy is defining a global variable without any control. The only way I have to set the selector isIs that good practice? I mean, I would expect to do a named import, something like
import * as Stretchy from "stretchy"
.The text was updated successfully, but these errors were encountered: