Michał Miszczyszyn
Michał Miszczyszyn
Unfortunately removing `position: sticky` from `thead` doesn't help even a bit in Safari.
I believe, given the state of things, merging this effort into the official @types/hapi__joi would be the best solution. However, the problem is there are a few other @types/hapi__* packages...
You can add a polyfill for Object.assign to your project if you need it. Would that solve the problem?
@oliviertassinari I'm suggesting you should import the polyfill for `Object.assign` from Babel (from core-js) if you need it. `import 'core-js/features/object/assign'` should do I guess?
It is working, but it's inconvenient. `describe('', async () => {} )` will definitely be a step forward! Related: #2975 #2085
Added to the description @patrys: https://github.com/saleor/saleor/pull/10338#issue-1333188425
Some comments left on Slack by @fowczarek. I'll follow up on them.
@maarcingebala we already heave a new one in testing; I'll update this PR when it's tested: https://saleor-graphql-playground-git-graphiql-2-saleorcommerce.vercel.app
I'm experiencing the same problem now for no apparent reason. I'm using the Prisma client :)
Blocked by #13