adrianhajdin / project_modern_ui_ux_gpt3

Master the creation of Modern UX/UI Websites
https://gpt3-jsm.com
3.81k stars 865 forks source link

caught SyntaxError: The requested module '/node_modules/.vite/deps/react-icons_ri.js?v=76252418' does not provide an export named 'RiCloseRin' (at Navbar.jsx:17:23) #27

Closed nicitaacom closed 1 year ago

nicitaacom commented 1 year ago

caught SyntaxError: The requested module '/node_modules/.vite/deps/react-icons_ri.js?v=76252418' does not provide an export named 'RiCloseRin' (at Navbar.jsx:17:23)

nicitaacom commented 1 year ago

1)Rename index.js to main.jsx 2)paste this to main.jsx

import React from 'react'; import ReactDOM from 'react-dom/client'

import App from './App' import './index.css'

const root = ReactDOM.createRoot(document.getElementById("root")); root.render(

);

3)Change import to this in 'components/navbar/Navbar.jsx'

import {RiMenu3Line,RiCloseLine} from 'react-icons/ri'