Ville Nukarinen

Results 4 issues of Ville Nukarinen

**Describe the bug** It looks like **removeAdditional: "failing"** response validation fails. I feel like the validator first tries to validate against type A and in progress removes property "extra", then...

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/hardcore-danny-odzium) ### Steps to reproduce See CodeSandbox....

bug
P1

I am wondering how is the `weekOfYearNumber` intended to work? It seems that it does work properly when the year changes, eg. week number can jump from 53 to 1...

If local storage contains invalid JSON object, for example {hello":"world"}, JSON.parse throws an error which is not handled by ngrx-store-localstorage. Should this error be handled within the library or should...