Skip to content

Commit

Permalink
fix: add extension to polyfill import
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley committed Mar 13, 2024
1 parent 8da9464 commit dc26490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit dc26490

Please sign in to comment.