motinados

Results 8 comments of motinados

I tried a few things using Vite. 1. Vite [as per tutorial](https://www.tremor.so/docs/getting-started/installation) ![vite1-result](https://github.com/tremorlabs/tremor/assets/69296148/0f8d865d-59db-4e99-b231-4d0951b91bb8) 2. Vite + deep imports ![vite2-result](https://github.com/tremorlabs/tremor/assets/69296148/01588a90-8cea-4cf6-ab3b-1ac1182c692d) 3. Vite + '"sideEffects": false' added '"sideEffects": false' to './node_modules/@tremor/react/package.json' Please...

I also tried a few things with Nextjs. + Nextjs13 ![next1-result](https://github.com/tremorlabs/tremor/assets/69296148/9c881d84-01f9-4d53-8d44-bed89414a1d4) + Nextjs13 + deep imports ![next2-result](https://github.com/tremorlabs/tremor/assets/69296148/5640dae0-8ab7-41a0-9f69-434c281f3837) + Nextjs13 + sideEffects: false ![next3-result](https://github.com/tremorlabs/tremor/assets/69296148/e404cc01-33ec-472c-b5b7-c2ead602ef7a) Just the sideEffects field is not enough...

This code works for my nextjs app. Can someone please try it? Note that next@canary is required. next.config.js ```javascript /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { optimizePackageImports:...

You're welcome. Happy to help.

Not yet. I still need to make changes to some components.

The repair of the component that was producing errors has been completed. There are no errors in Callout and BarList, but I think changes should be made to give a...

@severinlandolt The changes are done, and the PR is ready for review. Appreciate your time!

I understand the situation, and I'm looking forward to the v4 release.