Gabriel Basilio
Gabriel Basilio
**Is your feature request related to a problem? Please describe.** Right now [File](https://googleapis.dev/nodejs/storage/latest/Bucket.html#file) can only be instantiated using the file name. However, is common for systems to save the entire...
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? No ### Description If you use a non standalone `ChildComponent` by...
Can we have a method to clear requests? Something like this: ```kotlin @BeforeEach fun cleanRequests() { mockServer.clearRequests(); } ``` My tests are taking requests from previous tests. I wouldn't want...
I just copy the example code on the README.md and it throws this error. I think it's because something about PropTypes has changed in newer versions of React Native.