Skip to content

fix: edit comment to trigger new package version [] #2206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type UseFieldValueReturnValue<Value = unknown> = [
*
* @param {string=} fieldId Id of the field to read and update. Can be omitted when app is rendered in field location.
* @param {string=} locale Locale to read and update. When omitted, default locale is used.
* @returns {UseFieldValueReturnValue} Field value, function to update it
* @returns {UseFieldValueReturnValue} Field value, function to update it.
*/
export function useFieldValue<Value = unknown>(
fieldId?: string,
Expand Down