79346934

Date: 2025-01-10 20:31:06
Score: 2
Natty:
Report link

try adding this to the vite.config.ts file:

Credit: https://github.com/tabler/tabler-icons/issues/1233#issuecomment-2428245119

export default defineConfig({
  plugins: [react()],
  resolve: {
    alias: {
      ...
      '@tabler/icons-react': '@tabler/icons-react/dist/esm/icons/index.mjs',
    },
  }
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maildo Junior