Iakhub Seitasanov

Results 32 comments of Iakhub Seitasanov

> Solved this problem in next js 14.1.0, solution: I was able to solve this problem by removing browserslist:[...] of the package.json and I admit that this version is much...

@AbhiPrasad Hi! Excited about v8 beta! Could you please take a look at pr for updating @sentry/nextjs to v8-beta in my project. Faced few issues while updating. I left questions...

Everything works with 0.3.0, but the error still persists in console. Maybe it's related to this comment https://github.com/vercel/next.js/discussions/54907#discussioncomment-8545524. @pacocoursey NextJs Script implementation also doesn't apply nonce on client, due to...

Also facing after upgrade to 0.3.0

@fabien0102 Hi Fabien! Thanks for the great work! Could you take a look at that?

https://github.com/nodejs/nodejs.org/blob/main/sentry.client.config.ts You are trying to lazy load some sentry integrations, but it's incorrect. Take a look to the linked issue.

That's why: previously lib was using the [`injectStyles` option from `tsup`](https://github.com/emilkowalski/vaul/blob/v0.9.0/tsup.config.ts#L10). https://github.com/egoist/tsup/pull/483. But in #260 @huozhi moved to `bunchee` which is doing [same thing](https://github.com/huozhi/bunchee?tab=readme-ov-file#css) [under the hood](https://github.com/huozhi/bunchee/blob/main/src/plugins/inline-css.ts) Question: Can i...

I am a bit unsure how to test it

Here is related test https://github.com/vercel/next.js/blob/canary/test/development/experimental-https-server/https-server.generated-key.test.ts. But it`s confusing for me, that it only runs on CI