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

fix: ssr hydrate warning #363

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

PyMonar
Copy link

@PyMonar PyMonar commented Jun 11, 2020

Fixes #

Unused classname video-react-workinghover will cause warning when server-side-rendering.

Warning: Prop className did not match. Server: "video-react-controls-enabled video-react-paused video-react-fluid video-react-user-active video-react-workinghover video-react" Client: "video-react-controls-enabled video-react-paused video-react-fluid video-react-user-active video-react"

@codecov-commenter
Copy link

Codecov Report

Merging #363 into master will decrease coverage by 0.39%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #363      +/-   ##
==========================================
- Coverage   47.96%   47.57%   -0.40%     
==========================================
  Files          47       47              
  Lines        1280     1280              
==========================================
- Hits          614      609       -5     
- Misses        666      671       +5     
Impacted Files Coverage Δ
src/components/Player.js 56.89% <ø> (ø)
src/utils/browser.js 0.00% <0.00%> (-100.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df63f7f...1adbf5d. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants