Jörn Röder

Results 64 comments of Jörn Röder

@pavelkuligin the chart type didnt matter. I was unable to a) upload (infinite loading) and b) paste the attached csv. [test.txt](https://github.com/pavelkuligin/chart/files/4130200/test.txt) (I had to rename to `.txt` to upload it...

@pavelkuligin thanks for looking into this. Empty lines at a file are pretty common, especially if you work with code and editors https://unix.stackexchange.com/questions/18743/whats-the-point-in-adding-a-new-line-to-the-end-of-a-file I've testet 5.4.5 today and still noticed...

ran into the same issue as the old localstorage state was not json.parsable https://github.com/donavon/use-persisted-state/blob/develop/src/createStorage.js#L9 i am using https://github.com/astoilkov/use-local-storage-state for now as in cases where the parsing fails the default value...

@rebeccakeller it solved my issue as it catches the json.parse explosion and returns the `defaultValue`

any updates on this? i'd like ti use the neo4j plugin as well with the latest 0.9 version.

@timhagn @rburgst The `getPlaceholder` helper needs to return the traced svg as `{ tracedSVG: 'svg...' }` not `tracedSvg`.

@lvdmaaten thanks for the infos. I'll look a bit deeper into the loops and play around with it as soon as i find some spare time for it :)

i would love to see a fork + pull request as i dont have the resources to take care of this repo at the moment. sry 😔

Hey @JimmyMultani , that's an interesting use case! As it seems that this is an open and solvable issue on react-helmet i suggest temporary not to connect to the `history`...