react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

v7.0.0-beta.13 doest not work with es5

Open vine1993 opened this issue 3 years ago • 0 comments

Describe the bug

I can't use version v7.0.0-beta.13 with React Create App.

"Module parse failed: Unexpected token (10:19) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file"

This happens on bundle.js line 539 image

To Reproduce

  1. Install react-data-grid
  2. Try to run the project using the Datagrid

Expected behavior

It works just fine on version v7.0.0-beta.12

Environment

  • react-data-grid version: v7.0.0-beta.13
  • react/react-dom version: React 16.14.0 | React dom 16.11.0

Additional context

It's an old version from React Create App and I can't ejject.

vine1993 avatar May 26 '22 20:05 vine1993