-
|
I am currently testing the new CSP build from version v.3.15.0 with my application. It seems like the If I change the names to something like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I believe this is essentially intentional. That the old acceptance of them as invalid JS identifiers was more of a bug. component names need to be valid JS identifiers, which means no
|
Beta Was this translation helpful? Give feedback.
I believe this is essentially intentional. That the old acceptance of them as invalid JS identifiers was more of a bug.
component names need to be valid JS identifiers, which means no
-.-in names never worked in the non-CSP build, it was just a happy accident that they did in the CSP build.