react-tailwind-table icon indicating copy to clipboard operation
react-tailwind-table copied to clipboard

ReferenceError: process is not defined

Open Jaydeep189 opened this issue 3 years ago • 3 comments

My project is a vite react app, with tailwindcss

below is the simple code of rendering table

I don't know what it's not working

import Table from "react-tailwind-table";
import "react-tailwind-table/dist/index.css";

export default function TableTailwind() {
  return <Table columns={[]} rows={[]} />;
}

Jaydeep189 avatar Dec 28 '22 12:12 Jaydeep189

Identical setup and error:

Uncaught ReferenceError: process is not defined at i2 (factoryWithTypeCheckers.js:170:9) at l2 (factoryWithTypeCheckers.js:241:12) at factoryWithTypeCheckers.js:116:12 at factoryWithTypeCheckers.js:590:10 at a (react-tailwind-table.js?v=3402fe69:26:10) at factoryWithThrowingShims.js:16:1

ValerioBob avatar Jan 19 '23 09:01 ValerioBob

I am currently experiencing the same issue with the library, using CRA.

curtizdev avatar Jan 29 '23 10:01 curtizdev

Same Here i installed forcefully and when i run it, Uncaught ReferenceError: process is not defined

blackranja avatar Feb 12 '23 05:02 blackranja