Avram Walden
Avram Walden
There is a minor error on the [documentation page for web setup instructions](https://material-bread.org/getting-started/web/#setup). The regex for matching loaders in the babel and webpack config examples is malformed. I was going...
Hi, I created an issue for this, but then just decided to implement it. This adds support for Less Maps, and also will resolve variables which are not at the...
Do you have any plans to support [Less maps](http://lesscss.org/features/#maps-feature) or [CSS lists](http://lesscss.org/functions/#list-functions)?
The current type definition for the Head component relies on React.FC, which as of React version 18 does not implicitly include the `children` prop. This results in typescript errors when...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-react` version: 0.8.0 ### Describe the problem: When making consecutive calls to `setData` from the `useForm` hook, no values are set on the...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-react` version: 0.8.0 ### Describe the problem: In the types for the Inertia form components, [`InertiaFormProps`](https://github.com/inertiajs/inertia/blob/85b5694dea5c6193809e9ddd4eada4dfee054f7f/packages/inertia-react/index.d.ts#L79) defines the `errors` object as `Record`. Rails...
When changing the amount of an item in the cart dialog box, no events are fired. Upon leaving the input, a higher amount should fire and add event and a...
If the user clicks the image part of the paypal submit button in the default theme, the cart is submitted but the checkout event isn't fired.
I just installed `good_job` to try it out, and upon running `server` for the first run, I was confronted with a looping wall of errors. It looks like there's a...
I'm opening another PR to fix this bug (#1171, #1131, #1491, #1631) In the React `useForm` package, the `transform` function is set as a local variable in the component. This...