You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current import section looks like : import Tilt from "react-tilt";we are facing this issue:
Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/react-tilt.js?v=e9c1a88c' does not provide an export named 'default' (at About.jsx:2:8)
the current import section looks like : import Tilt from "react-tilt";we are facing this issue:
Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/react-tilt.js?v=e9c1a88c' does not provide an export named 'default' (at About.jsx:2:8)
As per : https://www.npmjs.com/package/react-tilt
And using this, I was able to resolve this issue:
import { Tilt } from 'react-tilt'
The text was updated successfully, but these errors were encountered: