Arthur Denner
Arthur Denner
Alright. I'll try with 3.1.10.
`onMounted` can be used for the same purpose as the `useEffect`. Here is a [sandbox](https://codesandbox.io/s/kvpiw1?file=/src/App.vue).
Hi @dalespiteri! 👋🏽 I think what you've asked relates to this comment: https://github.com/alexfoxy/lax.js/issues/66#issuecomment-1012276385 Can you try to use the `scrollTop` of the `.container` element as the driver for `scrollY`?
To disable the behaviour globally, set the `DISABLE_SCOPE_LOWERCASE` env variable to a truthy value, e.g. `DISABLE_SCOPE_LOWERCASE=1` ([source](https://github.com/commitizen/cz-conventional-changelog/blob/9127e305ddee984d7e65bd48e3d079003f72ad58/index.js#L15-L16)).
What would be the expected outcome in this case? Ideally, a JSON file shouldn't contain two keys with the same value. * Should the bundle output be an array instead...
Hi! I appreciate the interest but the proposed changes have the same issue pointed on previous attempts: It would cause all locales to be bundled with the library. Apologies for...
There's an open PR trying to solve this I think but I don't have much time to look at and update this project at the moment. If you want to...
@lucasnsborges, you may want to take a stab at this.
Yes, @erickne. This is probably the reason. Sorry about that. :confused: If you want to take a stab at this, feel free to do it, I'd appreciate a lot!
Hi @Fred2MTL! 👋 The `locales` folder is published as you can see on [unpkg](https://unpkg.com/browse/[email protected]/dist/locales/). However, I've tried to create an example on CodeSandbox and it's displaying only the `en-US.json` file...