Ville Nukarinen
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 [](https://codesandbox.io/s/hardcore-danny-odzium) ### Steps to reproduce See CodeSandbox....
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...