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
We are converting to valid a valid css name when generating the code or showing the area name in the editor.
Now that we are also converting to a valid name on user input and not accepting spaces anymore, we could remove refactor the state to trust that it will always be a valid name and avoid having to convert everywhere. It would also be good to add dashes when the user press the space key (in the Code inputs and in the Area Selection name input).
The text was updated successfully, but these errors were encountered:
We are converting to valid a valid css name when generating the code or showing the area name in the editor.
Now that we are also converting to a valid name on user input and not accepting spaces anymore, we could remove refactor the state to trust that it will always be a valid name and avoid having to convert everywhere. It would also be good to add dashes when the user press the space key (in the Code inputs and in the Area Selection name input).
The text was updated successfully, but these errors were encountered: