Closed sidmohanty11 closed 2 years ago
This pull request fixes 1 alert when merging c09a95e526c8037275d1eeb46bf27a86673bc624 into 13b5926cfb2029af283bf95bc6995f41fa1ffd73 - view on LGTM.com
fixed alerts:
This pull request fixes 1 alert when merging 65256352ac6241e68a66324bf887b926daecc542 into b14261054bac8c88eb74685f7759fa87aa8b7bbf - view on LGTM.com
fixed alerts:
I've fixed almost all errors that were arising:
slideCount
errorThere remains only one error (<button> inside <button>
) which is coming from the Menubar component because we are using Navbar.Toggle but inside for styling, we are using another button. This should be fixed with the new Menubar component which is being worked on in this PR.
This pull request fixes 1 alert when merging f96a1d5a0a61fd6db404236c28a65fd09cb1757a into 53d9c3d95e5a8b872da8fb373509d222d8260186 - view on LGTM.com
fixed alerts:
It is there in my case.
Is it due to cms uninitialized? But that should break the app, right? Can you check with running cms?
cms definitely initialized - otherwise there will be no element live. can you verify with a clean clone? I think you may have something added that has not been committed or initialized? @sidmohanty11 thx
This pull request fixes 1 alert when merging fdfcf4c1645d1a10c55eaee83e151631a1e70c94 into 53d9c3d95e5a8b872da8fb373509d222d8260186 - view on LGTM.com
fixed alerts:
Did a clean clone and install, the top nav works for me.
This PR introduces,
Fixes #156