States cannot be named with numbers

i noticed states cannot be named with numbers

Screen Shot 2021-08-29 at 4.12.42 PM.png

Screen Shot 2021-08-29 at 4.12.51 PM.png

Hi Nick, do you mean in the generated code? I think you can use them this way (with a leading _):

<PlasmicComponent
  component="MyComp"
  componentProps={{
    state: "_1"
  }}
/>

oh! thanks i’ll try that