Kim Jeker
Kim Jeker
When using PayumBundle in Symfony 4 (flex), the Doctrine ORM mapping information for the PaymentToken Entity are not loaded when `APP_ENV=prod`. This leads to an exception when trying to override...
Currently, the Link component provided by this plugin does not forward refs. This complicates the usage, for example, with animation libraries (like framer-motion) which rely on the animated components forwarding...
Pull request for issue https://github.com/wiziple/gatsby-plugin-intl/issues/137 Implements ref forwarding for Link component
As described in #259, updated react-transition-group dependency to latest version & prevents `findDOMNode` deprecation notice in StrictMode
The dependency [react-transition-group](https://github.com/reactjs/react-transition-group) should be upgraded to the latest version because the current version still uses the deprecated `findDOMNode`, which is recursive. The latest version of react-transition-group provides the ability...
### Description Recently I started getting `FetchError: request to https://my-craft-url.com/api failed, reason: connect ETIMEDOUT :443` almost all the time when running a development/production build of my project locally (Builds in...
**Describe the bug** When clicking the "Generate new ID" in the CP (when having pages with duplicate IDs), Statamic only updates/regenerates the id for the main locale. The other locales...
## Description This PR upgrades the quite outdated workbox from v4.x to v6.0. The previously used approach using `workbox-build`/`generateSW` can no longer be used with workbox v6, since workbox started...
### Describe the bug When using vite-plugin-checker with a Vue2 + TypeScript setup (so using the `vls` option), and customizing the vls option, the invocation of `vti diagnostics` in build...
This package specifies the "exports" key in it's package.json, which specifies the pattern ` "./dist/*": "./dist/*/index.js"` However, this prevents the `iffe` versions (`dist/iffe/` and `dist/iife-compat/`) of the library from being...