From dbd6c887af0707b132cfd2f3e60cb2ad5a375ef3 Mon Sep 17 00:00:00 2001 From: Akshat Jawne <69530774+AkshatJawne@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:05:34 -0600 Subject: [PATCH] fix: Console error when opening context menu on tree table (#2047) (#2142) Resolves https://github.com/deephaven/web-client-ui/issues/2029 **Changes Implemented:** - Added null check when call formatValue function, to ensure that it is only called when it is defined