From dc26490ea1833cce144fbc784a2293e42358936f Mon Sep 17 00:00:00 2001 From: Dylan Staley <88163+dstaley@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:58:09 -0700 Subject: [PATCH] fix: add extension to polyfill import --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 644cf3c..ceff332 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -import './idle-callback-polyfill' +import './idle-callback-polyfill.js' import React, { useEffect, useState, useMemo } from 'react' import { jsxRuntime } from './jsx-runtime.cjs' import * as mdx from '@mdx-js/react'