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 some attributes not being set properly under vdom #29

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

Commits on Sep 3, 2016

  1. fixes to vdom rendering

    - enabled by passing {vdom: true} flag to the hyperx contructor options
    
    - fixes data-*, aria-* and style as a string.  vdom expects these to be
      under an 'attributes' property under props and will gladly ignore them
      otherwise
    
    fixes choojs#28
    tswaters committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    39a1feb View commit details
    Browse the repository at this point in the history