David Yu
David Yu
## Test code ``` js import { action } from '@storybook/addon-actions'; import { storiesOf } from '@storybook/react'; import apolloStorybookDecorator from 'apollo-storybook-react'; import React from 'react'; import MyComp from '.'; export...
Hey guys, Windows has a 255 character limit for paths so when you are building the application you may encounter an error relating to some very long path to fix...
I know this repo isn't maintained anymore but having a long placeholder seems to get cut off. Changing the width to 100% seems to solves this.
I don't think we need the last two steps because the installer already handles them.
Hey I spent a fair amount of time trying to figure out why I was hitting a CORS error when pasting the netlify URL. Turns out you have to deploy...
Here is a partially working version. The issue is that the current season rank cannot be obtained. There is an issue with 'getMyLeaguePositions' method. I have tried but failed to...