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
Bug Report: Unhandled Runtime Error in Next.js Application
Description:
An unhandled runtime error is occurring in our Next.js application using React, TypeScript, and mantine-datatable version 7.11.2. The error suggests a problem with the .map() function being called on a non-array object.
Environment:
Next.js version: 14.2.5
React: 18.3.1
TypeScript: 5.5.4
mantine-datatable: 7.11.2
Unhandled Runtime Error: TypeError: m.map is not a function
The text was updated successfully, but these errors were encountered:
I've came accross this error too but it happens when you don't set the records or columns so it seems logic to fail if you don't provide anything for your datatable
Bug Report: Unhandled Runtime Error in Next.js Application
Description:
An unhandled runtime error is occurring in our Next.js application using React, TypeScript, and
mantine-datatable
version 7.11.2. The error suggests a problem with the.map()
function being called on a non-array object.Environment:
Unhandled Runtime Error:
TypeError: m.map is not a function
The text was updated successfully, but these errors were encountered: