GreathostRo
GreathostRo
After more than a few hours and various attempts I found the working version: ``` const dropdowns = document.querySelectorAll('.dropdown-toggle') const dropdown = [...dropdowns].map((dropdownToggleEl) => new bootstrap.Dropdown(dropdownToggleEl, { popperConfig(defaultBsPopperConfig) { return...
Same error, any updates?
There must be some optimizations that can be done, the problem is that no one says anything and there is no official documentation on the internet. I managed to get...
> Replying to https://github.com/ValveSoftware/csgo-osx-linux/issues/3681#issuecomment-2063478663 Thanks for the answer, do you know the cause and possibly a solution?
If you believe me, I'm not even sure anymore that I made a bunch of changes but I'm still not satisfied. It might be from sv_clockcorrection_msecs, I set it to...
As I mentioned above, I set sv_clockcorrection_msecs to 15 (default is 30) but I'm not sure if that's the only change that helped remove those console messages because I made...
After more than a few hours and various attempts I found the working version: ``` const dropdowns = document.querySelectorAll('.dropdown-toggle') const dropdown = [...dropdowns].map((dropdownToggleEl) => new bootstrap.Dropdown(dropdownToggleEl, { popperConfig(defaultBsPopperConfig) { return...
After more than a few hours and various attempts I found the working version: ``` const dropdowns = document.querySelectorAll('.dropdown-toggle') const dropdown = [...dropdowns].map((dropdownToggleEl) => new bootstrap.Dropdown(dropdownToggleEl, { popperConfig(defaultBsPopperConfig) { return...