neodash
neodash copied to clipboard
Parameter Select issue with mouse movement
To help us understand your issue, please specify important details, primarily:
-
NeoDash version: 2.4.2
-
Neo4j Database version: 5.12 (Enterprise)
-
Steps to reproduce We have a Parameter Select report that sets a property given a specific node label, and the property which is an integer (not sure if that's the key to the issue or not)
This works as expected so long as we're really careful about changing the integer after one has already been entered.
If we're a little sloppy with the mouse though and highlight the numbers (possibly making the UI think we're moving the numbers), the Report fails with the error:
An unexpected error occurred. Try refreshing the component.
TypeError: s.toLowerCase is not a function
at https://your.url.here/bundle.js:2:9596913
at v (https://your.url.here/bundle.js:2:9598851)
at https://your.url.here/bundle.js:2:9619699
at ti (https://your.url.here/bundle.js:152:1553619)
at Ni (https://your.url.here/bundle.js:152:1561763)
at Hl (https://your.url.here/bundle.js:152:1607754)
at Ec (https://your.url.here/bundle.js:152:1592991)
at _c (https://your.url.here/bundle.js:152:1592919)
at wc (https://your.url.here/bundle.js:152:1592782)
at hc (https://your.url.here/bundle.js:152:1589769)
This requires logging out and back in to the dashboard to make the Parameter Select report usable again.