Lukas

Results 7 comments of Lukas

Confirm this exists for me as well, issue for me seems to be that it does not use the generated types but instead the base types from the expo router...

I can confirm this, I previously used spacetime js to simplify date comparisons in my expo managed app. With the newest release of expo 48 we transitioned to hermes engine...

Here you go: ![image](https://github.com/facebook/hermes/assets/11976354/29803ce4-4aee-4ffe-a0dd-88d97f5c32c1) Doing date operations on about 600 objects in an array takes 4.2s, which is extremely slow Spacetime is this lib: https://github.com/spencermountain/spacetime

Here is the same function, and results using just Date objects. ![image](https://github.com/facebook/hermes/assets/11976354/ea81f5fc-e03d-41ab-9088-07109cf38290) Which means this takes 4-5 frames to calculate, which is incredibly slow even that

Testing shows that creating spacetime objects is whats taking 95% of the time in hermes, so I tested it using node locally and here is the same test pretty much....

![image](https://github.com/kamilkisiela/graphql-inspector/assets/11976354/f1b9c42c-e915-4b26-b34c-f7f0973a775f) Mine looks like this and gets the same error. I have set check to write as the docs say here: ![image](https://github.com/kamilkisiela/graphql-inspector/assets/11976354/18b367b7-cc68-4388-aa02-62a9297ab8ba) Will have to go through and enable each...

This still exists @brentvatne. But for me this happens when using non-local modules. In my monorepo that has a expo 50 sdk app I get the same error when building....