Skip to content

Commit

Permalink
refactor: infer types in proper way and add tests (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored May 17, 2021
1 parent 2a5b42d commit 3517888
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 39 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
commit_message_prod: 'fix: update ${{ steps.extractname.outputs.packname }} to ${{ steps.extractver.outputs.version }} version'
#This is commit message and PR title for repos where this package is in devDependencies
commit_message_dev: 'chore: update ${{ steps.extractname.outputs.packname }} to ${{ steps.extractver.outputs.version }} version'
packagejson_path: ./library
2 changes: 1 addition & 1 deletion library/src/components/Schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const Schema: React.FunctionComponent<Props> = ({
</div>
{rawValue ? (
<div>
<div className="text-sm font-bold">{schema.const()}</div>
<div className="text-sm">{schema.const()}</div>
</div>
) : (
<div>
Expand Down
Loading

0 comments on commit 3517888

Please sign in to comment.