Skip to content

Warning: The tag <webview> is unrecognized in this browser #13299

Closed
@mhuggins

Description

@mhuggins

Do you want to request a feature or report a bug?
Bug (for electron users)

What is the current behavior?
When running jest, if any components containing a webview element are rendered, a warning is rendered to the console. When many tests are run, the output is littered with warnings.

console.error node_modules/fbjs/lib/warning.js:33
  Warning: The tag <webview> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your JSFiddle (https://jsfiddle.net/Luktwrdm/) or CodeSandbox (https://codesandbox.io/s/new) example below:
https://jsfiddle.net/Luktwrdm/859/

What is the expected behavior?
No warning is logged to the console.

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React: 16.4.1
Electron: 2.0.6
Unknown if it worked in prior versions of react.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions