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
import * as 'jssor-slider';
componentDidMount = () => {
var options = { $AutoPlay: 1 };
var jssor_1_slider = new $JssorSlider$("jssor_1", options);
}
error show : Line 48:30: '$JssorSlider$' is not defined no-undef
The text was updated successfully, but these errors were encountered:
Can i use it with React js?
import * as 'jssor-slider';$JssorSlider$ ("jssor_1", options);
componentDidMount = () => {
var options = { $AutoPlay: 1 };
var jssor_1_slider = new
}
error show :
Line 48:30: '$JssorSlider$' is not defined no-undef
The text was updated successfully, but these errors were encountered: