ScorpAL
ScorpAL
> A simpler way is to change the div to a button. No js needed. Do you have an example? Still unable to fix in React without mentioned ``` {items.map((item)...
Friendly reminder :) actual `"sass": "^1.56.1"`
Pull request #18
Resolved with this one... but I am still not happy with that as Mouse click works by default without this changes. ```tsx const HandleSlideKeyDown = (e: KeyboardEvent, index: number) =>...
@JackieHayduk How did you calculate max height of hidden panels?
@JackieHayduk Thank you. Found another solution to resolve my problem. Resolved just with CSS. Great article from @nemzes Nelson Menezes **[Animating height: auto](https://nemzes.net/posts/animating-height-auto/)** - Posted Oct 31, 2021; updated Dec...
OMG... Stop arguing please. ``` ... "stylelint": "^16.10.0", "stylelint-config-clean-order": "^6.1.0", "stylelint-config-standard-scss": "^13.1.0", "stylelint-declaration-strict-value": "^1.10.6", "stylelint-use-logical-spec": "^5.0.1", ... ``` I still see ``` ... (node:16392) [stylelint:005] DeprecationWarning: `context.fix` is being deprecated....
@AndyOGo thanks. I have used `--quiet-deprecation-warnings` temporarily in my `package.json` scripts ``` "scripts": { ... "lint:css": "stylelint src/**/*.{css,scss} --quiet-deprecation-warnings", ... }, ``` https://stylelint.io/user-guide/options#quietdeprecationwarnings