jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.7k stars 728 forks source link

DOMException: Failed to execute 'querySelectorAll' on 'Element': '[df-excelData-0-Full Name]' #706

Closed Chaymae-Elmoueden closed 1 year ago

Chaymae-Elmoueden commented 1 year ago

I receive this error and I'm not sure what the exact solution is. I have tried doing const updatedColumnName: string = columnName.replace(/\s/g, "_"); but the issue persists. Thank you in advance for your assistance. issu1 issu2

jerosoler commented 1 year ago

Try without spaces and without capital letters.

Chaymae-Elmoueden commented 1 year ago

thank you it works without capital letters