Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

polygon-selection-ui snapshot testing generates errors #9

Open
CptSchnitz opened this issue Jul 27, 2020 · 0 comments
Open

polygon-selection-ui snapshot testing generates errors #9

CptSchnitz opened this issue Jul 27, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@CptSchnitz
Copy link
Contributor

error:

    Warning: An invalid container has been provided. This may indicate that another renderer is being used in addition to the test renderer. (For example, ReactDOM.createPortal inside of a ReactTestRenderer tree.) This is not supported.
        in div (created by ForwardRef(Modal))
        in ForwardRef(Portal) (created by ForwardRef(Modal))
        in ForwardRef(Modal) (created by ForwardRef(Popover))
        in ForwardRef(Popover) (created by WithStyles(ForwardRef(Popover)))
        in WithStyles(ForwardRef(Popover)) (created by ForwardRef(Menu))
        in ForwardRef(Menu) (created by WithStyles(ForwardRef(Menu)))
        in WithStyles(ForwardRef(Menu)) (at polygon-selection-ui.tsx:61)
        in div (at polygon-selection-ui.tsx:51)
        in PolygonSelectionUi (at polygon-selection-ui.spec.tsx:21)```
@CptSchnitz CptSchnitz added the bug Something isn't working label Jul 27, 2020
@CptSchnitz CptSchnitz mentioned this issue Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant