Skip to content

hydration not working in Ms Edge or IE11 #8

@fatlinesofcode

Description

@fatlinesofcode

...i guess because it uses display:contents which is not supported in these browsers

I tried a css hack

div[style*="contents"] {
        display: block !important;
       }

but the hydration still failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions