[x] bug report
[ ] feature request
[x] support request
Codesandbox Case (Bug Reports)
By itself the Calendar component works perfectly file in the sandbox.
Current behavior
When I implement the Calendar component, I receive the following errors:
invariant.js?d8db:42 Uncaught (in promise) Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in. Check the render method of `Calendar`.
Uncaught TypeError: Cannot read property '__reactInternalInstance$hhxkocwcj3d' of null
Implementation
import {Calendar} from 'primereact/calendar.js';
import {Button} from 'primereact/button';
import {InputText} from 'primereact/inputtext';
import {MultiSelect} from 'primereact/multiselect';
import {Dropdown} from 'primereact/dropdown';
Codesandbox Case (Bug Reports) By itself the Calendar component works perfectly file in the sandbox.
Current behavior When I implement the Calendar component, I receive the following errors:
Implementation
React version: V15.6.2
PrimeReact version: V3.1.0
Browser: Chrome