Skip to content

Commit ede8aca

Browse files
Merge pull request #210 from matyasjay/patch-1
fix: remove direct css import from Phone
2 parents a08bd75 + 9fb5cfe commit ede8aca

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onebeyond/react-form-builder",
3-
"version": "1.5.0",
3+
"version": "1.6.0-canary.0",
44
"description": "React from builder using json schema",
55
"author": "One Beyond",
66
"license": "MIT",

src/Fields/Phone/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { jsx } from 'theme-ui'
44
import Input from '../Input'
55
import { Controller } from 'react-hook-form'
66
import PhoneInput, { isValidPhoneNumber } from 'react-phone-number-input'
7-
import 'react-phone-number-input/style.css'
87

98
const Phone = ({
109
control,

0 commit comments

Comments
 (0)