Niels van Amstel

Results 18 comments of Niels van Amstel

@jeremydaly Any updates on this? We'd love to see this feature implemented as it would help us tremendously.

I ran into this issue when having elements with top and bottom margins in my sidebar. The solution for me was to apply `overflow: auto;` to the element where the...

Still encountering this issue. Parent element does **not** have the _transform_ property attached to it. EDIT: I found this issue with a possible solution: https://github.com/leafo/sticky-kit/issues/169 My sticky element has the...

> If folks can confirm that the above solves their issue, we can either document this or add a check while building. I can confirm that removing `"module": "commonjs",` from...

I also ran into this problem while running locally. My solution was to remove the `/node_modules` folder and `package-lock.json` file and then perform another `npm i`. Somehow that fixed it.

It looks good, but the optional chaining doesn't seem to be working with the current setup of the project. I'm getting the following error when I do `npm run dev`:...

Hey @mylesboone It seems to be working now. 👍 I've added a suggestion as well. See above.

I myself am running into problems using optional chaining. See: https://github.com/shentao/vue-multiselect/pull/1497#issuecomment-1112148955

> @atilkan if you could help me verify if the linked PR works, then I could try to release that fix in the next 2 weeks. I looked at it...

Running into the same issue. Will write custom controllers to circumvent this for now.