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
When nombre_attr contains whitespace (ex: 'Test 16:55:04'), it returns the error:
Uncaught (in promise) Error: InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': '16:55:04' is not a valid attribute name. at eval (webpack:///./node_modules/framework7/modules/router/component-loader.js?:50)
It's working fine on 2.1.1
Best regards,
JC
The text was updated successfully, but these errors were encountered:
Hi,
Having the following code:
When nombre_attr contains whitespace (ex: 'Test 16:55:04'), it returns the error:
Uncaught (in promise) Error: InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': '16:55:04' is not a valid attribute name. at eval (webpack:///./node_modules/framework7/modules/router/component-loader.js?:50)
It's working fine on 2.1.1
Best regards,
JC
The text was updated successfully, but these errors were encountered: