You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
Compiled with warnings.
./node_modules/@linways/table-to-excel/dist/tableToExcel.js
Critical dependency: the request of a dependency is an expression
I get the above warning when including as import TableToExcel from "@linways/table-to-excel", I'm using this in react with create-react-app.
I have also tried const TableToExcel = require("@linways/table-to-excel"); and import TableToExcel from "@linways/table-to-excel/dist/tableToExcel"; but get the same error.
The text was updated successfully, but these errors were encountered:
I get the above warning when including as
import TableToExcel from "@linways/table-to-excel"
, I'm using this in react withcreate-react-app
.I have also tried
const TableToExcel = require("@linways/table-to-excel");
andimport TableToExcel from "@linways/table-to-excel/dist/tableToExcel";
but get the same error.The text was updated successfully, but these errors were encountered: