Jacob Galati
Jacob Galati
Fixes # This pull introduces/changes: * Implementing similar `touch` functionality to [ActiveRecord ](https://apidock.com/rails/ActiveRecord/Timestamp/touch) * Allows specifying column(s) to touch in addition to `updated_at`. * If no attributes are passed, it...
# Environment * **react-advanaced-form:** 1.7.2 # What When running a create-react-app with React.StrictMode (the default for React 17) an `Uncaught Invariant Viloation` error is thrown for all form fields. ##...
The Input component should have autoComplete='off' so that password managers and such don't suggest things in the chat input. Either that or accept autoComplete as a prop for the Input...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Explain what you did Use an Avatar component with a Avatar.Accessory child component...
**Describe the bug** When defining a `fontWeight` for a `fontFamily` you are unable to change the weight in any other components. **To Reproduce** Here is my example code. ``` import...
**Describe the bug** When using `editor.blocksToFullHTML` you get errors when your blocks include an Image block. The error is different depending on if you are using client side `useCreateBlockNote` or...
Currently `refresh_metadata!` merges the results of `Shrine.get_metadata` with the existing metadata. This means that when used in conjunction with the `add_metadata` plugin it doesn't handle changes that would remove unused...