David Chouinard
David Chouinard
## Description In a Next.js project, we have the following minimal component: ``` import ReactSlider from "react-slider" export const SliderSelection = () => { return } ``` On v1.3.1 this...
Since ActiveNode doesn't support ActiveRecord's `accepts_nested_attributes_for`, they should support ActiveModel's `_attributes` method for seamless support of nested models. Adding such attributes currently causes the form helper to silently fail and...
The usage instructions in the README are not correct. This PR fixes that.