Michał Miszczyszyn
Michał Miszczyszyn
Or opening an issue in saleor/saleor to see if numeric pagination is coming any time soon (or ever) 😄
@iwint sure, go ahead
How is it going @iwint ?
How is it going @iwint ?
We already have an [example for SSO](https://github.com/saleor/example-auth-openidconnect-nextjs-pages-apollo); is there a value in adding it to the Storefront as well?
My solution with Jest: ```js jest.mock('prop-types/checkPropTypes', () => { return (...args) => { const checkPropTypes = jest.requireActual('prop-types/checkPropTypes'); const originalConsoleError = console.error; console.error = function(...args) { process.nextTick(() => { throw new...
@vince1995 @ljharb quite the opposite, actually. Throwing the error without `nextTick` results in the error being caught by React. It does result in a test failure, however, the stacktrace is...
Do you have the latest React?
It seems that the only tags that Editor.js uses in Saleor Dashboard are: - `b` - `i` - `a[href]`
We should emphasize that the IDs are opaque and the format could change at any time (it's base64 today, it could be anything else tomorrow).