Bokeh could not resolve type 'Node', error on the reactjs

bokeh-3.2.2.min.js:211 Uncaught (in promise) Error: could not resolve type ‘Node’, which could be due to a widget or a custom model not being registered before first usage
at p.error (bokeh-3.2.2.min.js:211:4951)
at p._resolve_type (bokeh-3.2.2.min.js:211:5059)
at p._decode_object_ref (bokeh-3.2.2.min.js:211:4782)
at p._decode (bokeh-3.2.2.min.js:211:1779)
at p._decode_plain_object (bokeh-3.2.2.min.js:211:2340)
at p._decode (bokeh-3.2.2.min.js:211:1066)
at p._decode_object_ref (bokeh-3.2.2.min.js:211:4846)
at p._decode (bokeh-3.2.2.min.js:211:1779)
at p._decode_plain_object (bokeh-3.2.2.min.js:211:2340)
at p._decode (bokeh-3.2.2.min.js:211:1066)
I got the above error on my reactjs application console. how to resolve this , what is the issue is this?