Jared Scott
Jared Scott
@niklasramo This PR should resolve a majority of the automated Pull Requests in this repository. 🖖
FYI to @TheCelebrimbor @kaleidografik and others: Muuri is an incredibly stable and well-architected solution. Many high-profile companies use it as an integral part of their application; Pendo comes to mind....
FWIW, since the last release on December 18th, 2023, there have been `63` Commits. Of those commits, 1. `28` are automated dependency fixes (`renovate[bot]`) 2. `13` are manually dependency updates...
Is this not supported by using a double star wildcard?
@vanminhquangtri Based on what you wrote, the `initialize` function will be called again if `data.gtm_id` changes. As written, because you have passed `data.gtm_id` as a dependency on `useEffect`, it will...
Same as @attilacsanyi , we use PNPM and that uses `pnpm-lock.yml` rather than `package-lock.json`
@FrozenPandaz I do believe this issue is not blocked, as it looks to be related to using package managers that do not make use of the `package-lock.json` file. CC @AgentEnder...
For all you folks who are searching the web for `Cannot read properties of null (reading 'message')` and pulling your hair out because your CI builds all of the sudden...
Partials are now handled correctly as Handlebars partials, see https://github.com/wycats/handlebars.js/#partials
This was taken care of, see issue #5 and pull request #6