You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportdefaultclassFooterextendsHTMLElement{// TODO would be nice for WCC to auto render somehow?connectedCallback(){this.render();}render(){return(<footer><ahref="https://projectevergreen.github.io">Project Evergreen</a></footer>);}}
The text was updated successfully, but these errors were encountered:
Type of Change
Summary
Coming out of #1 , there were few outstanding issues from the JSX migration that need to come from WCC.
Details
preventDefault()
on the form because using Enter to add a Todo refreshes the page - Form Controls for JSX ProjectEvergreen/wcc#89The text was updated successfully, but these errors were encountered: