Skip to content

Commit

Permalink
Merge pull request #1799 from wwahammy/remove-intl-polyfill
Browse files Browse the repository at this point in the history
Remove Intl polyfill
  • Loading branch information
wwahammy authored Dec 14, 2024
2 parents 2475ad7 + 42c62a0 commit c6f767f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 87 deletions.
9 changes: 0 additions & 9 deletions app/javascript/common/intl-polyfills/allLocales.ts

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions app/javascript/common/intl-polyfills/custom/numberFormat.ts

This file was deleted.

22 changes: 0 additions & 22 deletions app/javascript/common/intl-polyfills/custom/pluralRules.ts

This file was deleted.

2 changes: 0 additions & 2 deletions app/javascript/common/intl-polyfills/custom/types.ts

This file was deleted.

4 changes: 0 additions & 4 deletions app/javascript/common/intl-polyfills/getCanonicalLocales.ts

This file was deleted.

8 changes: 0 additions & 8 deletions app/javascript/common/intl-polyfills/index.ts

This file was deleted.

6 changes: 0 additions & 6 deletions app/javascript/common/intl-polyfills/numberFormat.ts

This file was deleted.

6 changes: 0 additions & 6 deletions app/javascript/common/intl-polyfills/pluralRules.ts

This file was deleted.

1 change: 0 additions & 1 deletion app/javascript/components/form_fields/MoneyTextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { useIntl } from "../intl";
import { MutableRefObject, useEffect, useRef } from "react";

import { useI18nCurrencyInput, Types } from '@houdiniproject/react-i18n-currency-input';
import '../../common/intl-polyfills/numberFormat';
import { Control, ControllerFieldState, ControllerRenderProps, FormState, useController, FieldPath, FieldValues } from "react-hook-form";
import { useId } from "@reach/auto-id";

Expand Down

0 comments on commit c6f767f

Please sign in to comment.