-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Description
I am using React and React DOM versions 15.4.2.
When I try to import components like this:
import React, { Component, PropTypes } from 'react';
import { Button, Modal, ModalBody, ModalHeader, ModalFooter } from 'mdbreact';
PHPStorm gives me errors saying cannot resolve symbol 'Modal'
When I click on the button to show the modal I get the following error in the console:
I am using "mdbreact": "^4.1.0",
Metadata
Metadata
Assignees
Labels
No labels