FormidableLabs / rapscallion

Asynchronous React VirtualDOM renderer for SSR.
MIT License
1.39k stars 50 forks source link

Boolean attributes not rendered #81

Closed mohtar closed 7 years ago

mohtar commented 7 years ago

<button disabled={true} /> or its shorthand <button disabled /> the disabled attribute seems to be ignored.

mijamo commented 7 years ago

This is a duplicate of #77 but should be fixed by #85