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
const{ i18n }=useTranslation();constdateRangePickerRef=useRef();// i18n Listener: if change language then reRender dateRangePickeruseEffect(()=>{if(!dateRangePickerRef.current)return;dateRangePickerRef.current.componentWillUnmount();dateRangePickerRef.current.componentDidMount();},[i18n.language]);return(<DateRangePickerref={dateRangePickerRef}...
Hello,
Is there a performancey way to bring Bootstrap daterangepicker multilingual support?
The text was updated successfully, but these errors were encountered: