Tiago Souza
Tiago Souza
Same problem... Look for alternative if the issue not fixed in some days...
I would like to share my opinion on my otion use cases in relation to what was proposed. ## About returning a string for all class names This: ```js const...
As much as I don't see a use in my current cases, I believe the proposal is quite interesting. So my proposals for changes if you choose to implement them...
Of course! The idea of `s3.createPresignedPost` is to upload directly to S3 on the frontend. And also for uploading files larger than API Gateway (10mb) and EC2 can support or...
I submitted a pull request that allows this change without braking changes. #750
Same issue: `Uncaught Could not find router reducer in state tree, it must be mounted under "router"`
Yes, it still happens on version 0.0.9 with nextjs 13.5.4/14.0.3
Solve with transpilePackages and serverComponentsExternalPackages on next.config.mjs: ```js /** @type {import('next/types').Config} */ const config = { experimental: { serverComponentsExternalPackages: [ '@react-email/components', '@react-email/render', '@react-email/html', ], }, transpilePackages: [ '@react-email/components', '@react-email/render', '@react-email/html',...
``` GET https://servicebus2.caixa.gov.br/portaldeloterias/api/megasena/2545 ``` Se usar UserAgent corretamente, não há problemas em usar a api nativa. É um pouco instável, então recomendo usar uma lib com retry.
When I use style(View) this error happens. I need to use it because the code is shared between solito/nextjs and expo.