SimonGodefroid
SimonGodefroid
I have a similar case with this error, I'm using swc + craco + styled-components plugin. The tests run fine on whichever test does not render a component (e.g. unit...
Hey @JacksonGL so I don't have an example to share unfortunately because our company's code is closed source but essentially we run tests with Jest + React Testing Library. I...
Hey Jonas, You're welcome. I enrolled in your Advanced CSS course and there's a bunch of links there pointing to your website. I wasn't able to reach so I figured...
Just in case... you can access the docs from the [README.md](https://github.com/colinhacks/zod/blob/a5a9d31018f9c27000461529c582c50ade2d3937/README.md) since... [The Zod documentation lives in the README.md.](https://github.com/colinhacks/zod/blob/a5a9d31018f9c27000461529c582c50ade2d3937/CONTRIBUTING.md?plain=1#L60C1-L60C45)
Putting logs in the setupTest's configure object is also behaving weirdly, like it's logging the error a lot of times: ```tsx configure({ asyncUtilTimeout: 2000, getElementError: (message, container) => { console.log('>'.repeat(20),...
```bash console.log >>>>>>>>>>>>>>>>>>>> container HTMLBodyElement { [Symbol(SameObject caches)]: [Object: null prototype] { attributes: NamedNodeMap {}, childNodes: NodeList {} } } message Unable to find an element with the text: /LOOLLL/i....
[429](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) being "the too many requests" status code you may have been throttled by the server. Meaning: to prevent people from making too many requests they block requests coming from...
Hey so my current case is happening on the company's source code so I can't share this and putting together a reproducible repo might be overkill so I'll provide more...
This is probably more of a feature request, I think it also duplicates with several other opened issues. https://github.com/BuilderIO/gpt-crawler/issues/141 https://github.com/BuilderIO/gpt-crawler/issues/32 https://github.com/BuilderIO/gpt-crawler/issues/111
This could be a great way to allow cropping on a specific item in a picture: https://fengyuanchen.github.io/cropperjs/ Well my example is a bit out of focus but I could want...