pnp/blog

Guidance On How To Use React DataTable Webpart

Opened this issue · 2 comments

Guidance On How To Use React DataTable Webpart

Introduction In this article, we will see how to configure and use react-spfx-datatable web part which I have contributed to PnP SPFx Web part galleries.

https://pnp.github.io/blog/post/guidance-on-how-to-use-react-datatable-webpart/

Hello ! Myself Yeshwanth... I'm getting this error when I add the DataTable App from App catalog into Web Part Page

Something went wrong
If the problem persists, contact the site administrator and give them the information in Technical Details.
TECHNICAL DETAILS
ERROR:
Object prototype may only be an Object or null: undefined

CALL STACK:
TypeError: Object prototype may only be an Object or null: undefined
at setPrototypeOf ()
at __extends (https://localhost:4321/dist/react-datatable-web-part.js:9790:5)
at https://localhost:4321/dist/react-datatable-web-part.js:10699:5
at 1EVP (https://localhost:4321/dist/react-datatable-web-part.js:10717:2)
at webpack_require (https://localhost:4321/dist/react-datatable-web-part.js:20:30)
at Module.gGDk (https://localhost:4321/dist/react-datatable-web-part.js:267130:75)
at webpack_require (https://localhost:4321/dist/react-datatable-web-part.js:20:30)
at Module.LqWp (https://localhost:4321/dist/react-datatable-web-part.js:185122:74)
at webpack_require (https://localhost:4321/dist/react-datatable-web-part.js:20:30)
at Module.igW0 (https://localhost:4321/dist/react-datatable-web-part.js:274685:93)

Kindly help me out to fix this issue : )