Skip to content

Commit

Permalink
clearFormField: Fixed FORM_CSS_CLASSES throwing undefined error…
Browse files Browse the repository at this point in the history
…s when bundling
  • Loading branch information
alexiglesias93 committed Oct 8, 2021
1 parent 8568c10 commit 6ddf802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/clearFormField.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FORM_CSS_CLASSES } from '..';
import { FORM_CSS_CLASSES } from '../webflow/css';
import { simulateEvent } from './simulateEvent';

import type { FormField } from '../types';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finsweet/ts-utils",
"version": "0.17.2",
"version": "0.17.3",
"description": "Typescript utils for custom Webflow projects.",
"main": "index.ts",
"module": "index.ts",
Expand Down

0 comments on commit 6ddf802

Please sign in to comment.