Ash Wolf

Results 2 issues of Ash Wolf

Currently, Babel's JSX transpilation doesn't really work with the Closure Compiler because of how it transpiles attributes: ```javascript return alert('Hi!')}>{props.name}; ``` ```javascript return h( 'button', { onClick: () => alert('Hi!')...

area: jsx

Currently the XP tracker allows you to manually reorder skills and to place them in compact view, but neither of these changes are saved to the profile. This PR fixes...

enhancement