unosquare/tubular-react

Break on mobile

osmarpb97 opened this issue · 4 comments

Describe the bug
When you switch to the mobile view, the table sends many errors

To Reproduce
Steps to reproduce the behavior:
1.- Install the last version of tubular
2.- Create DataGrid component
3.-Switch to mobile view
4.- Get all the errors

Expected behavior
React App dont render nothing

Screenshots
Complete chrome log file localhost-1598426493258.log
image
image
image

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser Chrome
  • Version Versión 84.0.4147.135 (64 bits)

Additional context
My package.json
{ "name": "frontend", "version": "0.1.0", "private": true, "proxy": "http://localhost:5000", "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "chart.js": "^2.9.3", "googleapis": "^59.0.0", "materialize-css": "^1.0.0", "node-sass": "^4.14.1", "react": "^16.13.1", "react-avatar": "^3.9.7", "react-big-calendar": "^0.26.1", "react-chartjs-2": "^2.10.0", "react-dom": "^16.13.1", "react-eva-icons": "^0.0.8", "react-lottie": "^1.2.3", "react-router-dom": "^5.2.0", "react-scripts": "3.4.3", "tubular-react": "^4.2.5" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }

The problem is in DataGridCard.js line 22 idk what _a does but dont have a primary.dark prop change to color:"#fff" fix the problem. @kadosh @geoperez Where is _a definition?

var useStyles = makeStyles_1.default(function (_a) { var palette = _a.palette; return ({ cardActions: { justifyContent: 'flex-end', paddingTop: 0, }, cardBtn: { color: **palette.primary.dark**,

Any update?

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.