Replies: 1 comment
-
I would also like to hear of any solutions to this problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some data like this, [{a:"test",b:"test1",c:1,...}...]
When I load data from a file, the data objects inside are not fixed, unlike the Person interface in the example, which only renders this data structure. In other words, I don't know what the data structure looks like until I read the data.
I use nextjs and ts, is there any example for reference?
Beta Was this translation helpful? Give feedback.
All reactions