You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Не рендерится компонент Notification, если status='ok' или вообще не передано свойство status
Ошибка в консоли
`Uncaught Error: 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, or you might have mixed up default and named imports.
Check the render method of Notification.
at createFiberFromTypeAndProps (react-dom.development.js:23965)
at createFiberFromElement (react-dom.development.js:23988)
at reconcileSingleElement (react-dom.development.js:14233)
at reconcileChildFibers (react-dom.development.js:14293)
at reconcileChildren (react-dom.development.js:16762)
at updateHostComponent (react-dom.development.js:17302)
at beginWork (react-dom.development.js:18627)
at HTMLUnknownElement.callCallback (react-dom.development.js:188)
at Object.invokeGuardedCallbackDev (react-dom.development.js:237)
at invokeGuardedCallback (react-dom.development.js:292)`
Версия arui-feather:19.0.2
The text was updated successfully, but these errors were encountered:
teodem-ekb
changed the title
Не рендериться компонент Notification если status='ok'
Не рендерится компонент Notification если status='ok'
Jun 2, 2021
teodem-ekb
changed the title
Не рендерится компонент Notification если status='ok'
Не рендерится компонент Notification, если status='ok'
Jun 2, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Не рендерится компонент Notification, если
status='ok'
или вообще не передано свойствоstatus
Ошибка в консоли
`Uncaught Error: 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, or you might have mixed up default and named imports.
Check the render method of
Notification
.at createFiberFromTypeAndProps (react-dom.development.js:23965)
at createFiberFromElement (react-dom.development.js:23988)
at reconcileSingleElement (react-dom.development.js:14233)
at reconcileChildFibers (react-dom.development.js:14293)
at reconcileChildren (react-dom.development.js:16762)
at updateHostComponent (react-dom.development.js:17302)
at beginWork (react-dom.development.js:18627)
at HTMLUnknownElement.callCallback (react-dom.development.js:188)
at Object.invokeGuardedCallbackDev (react-dom.development.js:237)
at invokeGuardedCallback (react-dom.development.js:292)`
Версия arui-feather:19.0.2
The text was updated successfully, but these errors were encountered: