Skip to content

Commit

Permalink
Merge pull request #210 from matyasjay/patch-1
Browse files Browse the repository at this point in the history
fix: remove direct css import from Phone
  • Loading branch information
inigomarquinez committed Mar 4, 2024
2 parents a08bd75 + 9fb5cfe commit ede8aca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onebeyond/react-form-builder",
"version": "1.5.0",
"version": "1.6.0-canary.0",
"description": "React from builder using json schema",
"author": "One Beyond",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/Fields/Phone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { jsx } from 'theme-ui'
import Input from '../Input'
import { Controller } from 'react-hook-form'
import PhoneInput, { isValidPhoneNumber } from 'react-phone-number-input'
import 'react-phone-number-input/style.css'

const Phone = ({
control,
Expand Down

0 comments on commit ede8aca

Please sign in to comment.