DevHusariaSolutions
DevHusariaSolutions
Same issue for me. I have some logs for it. Development env on Windows: `ENOTEMPTY: directory not empty, rmdir 'C:\Users\MY_USER\AppData\Local\Temp\strapi-upload-Y4vcRE'` Production env on Heroku: `2022-07-07T12:37:11.286170+00:00 app[web.1]: [2022-07-07 12:37:11.285] error: Converting...
``` expect(element).not.toContainHTML() Expected: Received:
That sounds great! I lost 3hrs of life because of this feature missing!
Same for me, no data incoming! Tested for URLs: - testnet.binance.vision - fstream.binance.com - fstream-auth.binance.com
I've already tried this, no result of change. I don't use loader as function, I use plain object. To test it You can use ```tsx import { $, component$, useStore,...
Moving schema outside component with translation hooks gives inproper behaviour - error is not translated, only key of translation is returned ```tsx const t = inlineTranslate() const formSchema = z.object({...
And another test failed: ```tsx const t = inlineTranslate() type BootcampRegisterForm = { firstName: string; email: string } const handleSubmit: QRL = $((values) => { // Runs on client console.log(values)...
Ok, but can we do something about that? Schema is just object, which should be composable inside component in case we would like to: - add translations messages - dynamically...
For Valibot it was the same. No problem, currently I'm using this for landing page, which is not problematic to handle outside it (especially, that user shouldn't start typeing data...
bug: SDK Core Error: [C0013] Key "apiKey" is unregistered. Have you registered all required modules?
Probably it will solve issue https://github.com/MoralisWeb3/docs/pull/476