Closed rajdude0 closed 4 years ago
It seems like the fix for this has been merged, but no release has been made. Can someone please do the release?
@jonassvalin The problem is that the frontend developer that maintained this repo has left our company. I have access but I have no clue how to make an npm release. Could you provide assistance here?
I see @pvannierop , thanks for the clarification. Assuming you have access also to the npm repository ( https://www.npmjs.com/package/react-json-to-table ), you should be able to follow the steps outlined here under The “Standard” Release Process
https://cloudfour.com/thinks/how-to-publish-an-updated-version-of-an-npm-package/
Effectively npm run build
to prepare the release, npm version
to bump the version, and npm publish
to publish the new release.
@jonassvalin I have published the new version. Please notify me when there are problems. Thnx!
I get this error
Objects are not valid as a React child (found: object with keys {username, bio, image, following}). If you meant to render a collection of children, use an array instead.
https://codesandbox.io/s/test-react-json-to-table-wf51h
when applying this or similar complex JSON
Raised a PR with the fix: https://github.com/thehyve/react-json-to-table/pull/11