I have this component:
import React from \'react\'; import VideoTag from \'./VideoTag\'; import JWPlayer from \'./JWPlayer\'; class VideoWrapper extends React.C
In my case the issue was the import is also case sensitive. Check your import statement and ensure that it matches the filename exactly!
import