Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

angelo86's avatar

Vite / ReactJS Import Error

Having trouble resolving this Error. Any help or suggestions would be appreciated.

[plugin:vite:import-analysis] Failed to resolve import "/src/components" from "src\container\Menu\SpecialMenu.jsx". Does the file exist?

//JSX File

import React from 'react' import {SubHeading} from '/src/components' <--Getting Error

import {images, data} from '/src/constants' <-- Works fine

function SpecialMenu() { return ( SpecialMenu ) }

export default SpecialMenu

0 likes
0 replies

Please or to participate in this conversation.