Richard Hpa
Richard Hpa
Just replaced the link. I'l have a play around too
@Martinsos couldnt you just have them all as configs in the env? then it wouldnt be a big deal if you have to change it
Im getting a similar issue with react. ```javascript useEffect(() => { const datepickerEl = document.getElementById(name); new Datepicker(datepickerEl, { orientation: 'bottom right', autohide: true, todayHighlight: true, format: 'dd/mm/yyyy', }); }, []);...
+1 for merging this in soon
Hey there just checking if there has been any progress on this? Looking at using saasgear
as of August 2025 this is still an issue
@coderabbitai help
@coderabbitai full review
I have found the issue and have crated a PR for the fix. The problem was that if the old expanded state was `true` was just adding in all the...