Error when using select name "attributes" #1545
-
Hey guys! I just spend two hours debugging a naming issue in the following code:
The problem is that I can't seem to name the select box "attributes". The browser goes haywire in an error logging loop. Anyone know if this is caused by react or by remix? If I disable the scripts tag the problem resolves. Also if I change the name to i.e. "foo". Here is the top part of the console log: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like a name conflict probably because attributes is used for something else in Js, that's why without scripts it work. There are a few field names like |
Beta Was this translation helpful? Give feedback.
It looks like a name conflict probably because attributes is used for something else in Js, that's why without scripts it work. There are a few field names like
name
oraction
which can have this issue.