We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac2b99 commit f9c98d4Copy full SHA for f9c98d4
src/ReactFinalForm.js
@@ -17,7 +17,7 @@ import type {
17
import type { FormProps as Props, ReactContext } from './types'
18
import shallowEqual from './shallowEqual'
19
import renderComponent from './renderComponent'
20
-export const version = '1.2.0'
+export const version = '1.2.1'
21
22
export const all: FormSubscription = formSubscriptionItems.reduce(
23
(result, key) => {
0 commit comments