Skip to content

Bug Fixes

Latest
Compare
Choose a tag to compare
@reeli reeli released this 12 Feb 09:45
· 91 commits to master since this release
  • Fix IntelliJ IDEA auto import with incorrect path issue.
    Before: "import { Field } from "@react-rx/form/src/index";"
    After: "import { Field } from "@react-rx/form";"