Skip to content

First login warning message cause a error #260

@embbnux

Description

@embbnux

When user login firstly, console will report a error:

invariant.js:44 Uncaught (in promise) Error: Invalid tag: 
    at invariant (http://localhost:8191/index.js:1154:15)
    at validateDangerousTag (http://localhost:8191/index.js:81797:42)
    at new ReactDOMComponent (http://localhost:8191/index.js:81824:3)
    at Object.createInternalComponent (http://localhost:8191/index.js:33614:10)
    at ReactCompositeComponentWrapper.instantiateReactComponent [as _instantiateReactComponent] (http://localhost:8191/index.js:34668:37)
    at ReactCompositeComponentWrapper.performInitialMount (http://localhost:8191/index.js:80801:22)
    at ReactCompositeComponentWrapper.mountComponent (http://localhost:8191/index.js:80692:21)
    at Object.mountComponent (http://localhost:8191/index.js:7162:35)
    at Object.obj.(anonymous function) [as mountComponent] (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/backend.js:8598:20)
    at ReactCompositeComponentWrapper.performInitialMount (http://localhost:8191/index.js:80805:34)

I find it is caused by calling alert.danger({message: 'callingSettingsMessages-firstLogin'})

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions