Shumuu

Results 4 comments of Shumuu

Well, if it got a 200 response, it should have shown it has been fired - which it hasn't. It simply displayed as `never fired`. The docker container, or rather...

I toggled a Feature to be off/on in production. As soon as I added the `extra_hosts` property, it worked. Without it, it just never showed if it fired or not.

There is no "one way" BUT what you could do is use an [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=danielDing.jsontotype#:~:text=Open%20a%20json%20file%20in%20VS%20Code%20note%3A,%28%E2%8C%98%2BP%29%2C%20input%20json%20to%20type%2C%20and%20press%20enter.) to create a type/interface from this object and use that interface/type with [ts-to-zod](https://github.com/fabien0102/ts-to-zod) to generate...

Does it work when you do `this.dataListRef.current.scrollToOffset({animated: true, offset: 0)}` ?