Paul Fitzgerald

Results 12 comments of Paul Fitzgerald

Hey @MartijnMillecamp it could be the version of node that you are using. See this [issue](https://github.com/Pau1fitz/react-spotify/issues/17#issuecomment-612286318).

@dnlserrano Hey Daniel, have been trying for days to get token authentication working and found this to be great for comparing against the code I have written myself. It works...

Hey, I can see this is a fairly common issue - https://github.com/gatsbyjs/gatsby/issues/8190 It is webpack that is adding the `window` it, isn't actually in my code, so I am not...

@dhurlburtusa if you create a PR that would be great

@shubhnik I created my own api - the relevant endpoints are: ``` https://vast-beach-43552.herokuapp.com/table https://vast-beach-43552.herokuapp.com/topscorers https://vast-beach-43552.herokuapp.com/topassists https://vast-beach-43552.herokuapp.com/headlines https://vast-beach-43552.herokuapp.com/teams https://vast-beach-43552.herokuapp.com/prevGames/${team} https://vast-beach-43552.herokuapp.com/nextGames/${team} ``` I haven't tested the api recently, and a quick look...

sounds good @capaj have you got a link to the docs where the new query component is outlined and I will take a look?

That is the page I have gone to but the latest star is from 12 hours ago

@jaredpalmer I am having the same issue > Could not find a declaration file for module 'the-platform'. > Try `npm install @types/the-platform` if it exists or add a new declaration...

@Nikodermus @ZacharyRSmith I am seeing the same, I think it is only when you push to `'/'` - `props.history.push('/')`, at least this is the only route I am seeing this...