@flywire/react-headlessui
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -23,3 +23,3 @@ "use strict"; | ||
}); | ||
if (formattedText) { | ||
if (formattedText !== undefined) { | ||
setValue(formattedText); | ||
@@ -26,0 +26,0 @@ runAfterUpdate(() => { |
@@ -18,3 +18,3 @@ import { useRef, useState } from 'react'; | ||
}); | ||
if (formattedText) { | ||
if (formattedText !== undefined) { | ||
setValue(formattedText); | ||
@@ -21,0 +21,0 @@ runAfterUpdate(() => { |
@@ -32,3 +32,3 @@ var __importDefault = (this && this.__importDefault) || function (mod) { | ||
}); | ||
if (formattedText) { | ||
if (formattedText !== undefined) { | ||
setValue(formattedText); | ||
@@ -35,0 +35,0 @@ runAfterUpdate(() => { |
{ | ||
"name": "@flywire/react-headlessui", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Headless UI components", | ||
@@ -5,0 +5,0 @@ "main": "./dist/umd/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
297612