timdk
timdk
@brianvoe can you comment on why https://github.com/brianvoe/slim-select/pull/271 was rejected? Is it because target branch was master instead of develop, or another reason?
I have been testing a global export from `dist` in addition to the current values From https://webpack.js.org/guides/package-exports/ > Properties ending with a / will forward a request with this prefix...
I encountered the issue only when I upgraded my toolchain to webpack 5 and upgraded Slim Select to 1.27.0 from 1.26.0. It's mentioned in the issue on webpack's repo (linked...
Here is a quick fix: https://github.com/lukehaas/Scrollify/pull/374 It is probably worth refactoring all event listeners in this manner but this fixes the immediate problem.
Do you have a trailing `.0` that doesn't need to be there? The command [in the documentation](https://help.sap.com/docs/SAP_COMMERCE_COMPOSABLE_STOREFRONT/10a8bc7f635b4e3db6f6bb7880e58a7d/7266f6f01edb4328b4e09df299ea09be.html?locale=en-US) is ``` ng update @spartacus/[email protected] ``` I have a separate issue that the...
You are right, also in [migrations.json](https://github.com/SAP/spartacus/blob/develop/projects/schematics/src/migrations/migrations.json#L193) it has a patch version. I was able to resolve my issue by removing rxjs from package.json prior to running the migration. I updated...
One advantage of IDE integration over global hotkey is linking to file & line numbers. E.g with linter output or build errors, I can click on the link have have...