Closed essuraj closed 3 months ago
Can you give more context and exact props that break the component? Also if you know the fix you are open to creating PR for the fix.
any props variety has this issue, eg: https://codesandbox.io/s/react-json-grid-demo-7ymdg3
Oh yeah, I don't know how I missed it. Using String(value)
instead of value.toString()
is definitely better. Thanks for letting me know.
would you like to fix it?
also on a sidenote which tool are you using to highlight in the screenshot?
https://shottr.cc/ Regards, Suraj ES
On Tue, Jul 23, 2024 at 9:46 PM Huzaifa Khilawala @.***> wrote:
Oh yeah, I don't know how I missed it. Using String(value) instead of value.toString() is definitely better. Thanks for letting me know.
would you like to fix it?
also on a sidenote which tool are you using to highlight in the screenshot?
— Reply to this email directly, view it on GitHub https://github.com/RedHeadphone/react-json-grid/issues/16#issuecomment-2245670579, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANIHELW62I7L2UEGPXXQXTZNZ6UPAVCNFSM6AAAAABLHZMUIOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBVGY3TANJXHE . You are receiving this because you authored the thread.Message ID: @.***>
instead of .toString(). use String(null)