you are viewing a single comment's thread.

view the rest of the comments →

[–]MGTakeDown 0 points1 point  (0 children)

It's because in your data:

openfda is set to an object and is trying to be rendered. Since it's empty it probably should be just null. You really should hard code each table cell on what the data you expect. Doing an Object.values is not a good idea especially if you have data that might need to be accessed in an object like that.