Skip to content

Commit

Permalink
migrate polyfills to mono-repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
RgnDunes committed Jan 31, 2024
1 parent 283c558 commit 2e00734
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/i18nify-js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ loadPolyfills()
// Polyfills loaded successfully
console.info('i18nify polyfills loaded successfully !');
})
.catch((error) => {
.catch((error: any) => {
// Handle any errors that occurred while loading polyfills
console.error('Error loading i18nify polyfills:', error);
});
Expand Down
File renamed without changes.

0 comments on commit 2e00734

Please sign in to comment.