You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What browser are you using (name and version)?
Chrome Version 112.0.5615.86
What operating system are you using?
Win10
Please describe what you were trying to do when you encountered this error:
When entering a colon (":") in a query I get the error every time.
(for example: SELECT ("Log") FROM "Test"."autogen"."Log" WHERE time > :)
TypeError: Cannot read properties of undefined (reading 'getInstance')
at s.getInstance (http://192.168.1.159:8888/index.c5ba09e6.js:107:190219)
at s.componentDidMount (http://192.168.1.159:8888/index.c5ba09e6.js:107:190349)
at ws (http://192.168.1.159:8888/index.c5ba09e6.js:1:134781)
at Ml (http://192.168.1.159:8888/index.c5ba09e6.js:1:152426)
at v (http://192.168.1.159:8888/index.c5ba09e6.js:1:172695)
at ao (http://192.168.1.159:8888/index.c5ba09e6.js:1:96502)
at Al (http://192.168.1.159:8888/index.c5ba09e6.js:1:149092)
at bl (http://192.168.1.159:8888/index.c5ba09e6.js:1:145246)
at http://192.168.1.159:8888/index.c5ba09e6.js:1:96793
at v (http://192.168.1.159:8888/index.c5ba09e6.js:1:172695)
The text was updated successfully, but these errors were encountered:
What browser are you using (name and version)?
Chrome Version 112.0.5615.86
What operating system are you using?
Win10
Please describe what you were trying to do when you encountered this error:
When entering a colon (":") in a query I get the error every time.
(for example: SELECT ("Log") FROM "Test"."autogen"."Log" WHERE time > :)
The text was updated successfully, but these errors were encountered: