question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Raise ERROR: Invalid type in value

See original GitHub issue

serializeJSON raise error when i supplied following string in value

  Estes Express Lines (Guaranteed LTL Standard Transit: 10AM)

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AndrewSouthpawcommented, Aug 25, 2020

I’m curious why that isn’t considered a bug? It’s my understanding that a form can have fields with a name that includes a colon, as far as the HTML spec is concerned.

We’re bumping into this issue right now, and before I just strip out all the colons I wonder if there’s room to change the parsing logic instead?

0reactions
marioizquierdocommented, Sep 6, 2020

Fixed on PR #105

You can now use the option {disableSemicolonTypes: true}

Read more comments on GitHub >

github_iconTop Results From Across the Web

Proposal: new "invalid" type to indicate custom invalid states
The idea is to make sure that there is a compile error any time an invalid type is inferred or otherwise pops up...
Read more >
Exception Value: invalid type for argument text - Stack Overflow
I'm trying to get a paragraph with reportlab but I can't get it to work. This code works fine: p.setFont('Helvetica', ...
Read more >
Invalid Data Type Error - OutSystems 11 Documentation
You are using a Null Value property which is incompatible with the Variable assigned to the Input widget. Recommended action. Set the Null...
Read more >
Solved: invalid type in operator - Designer - Alteryx Community
My guess is that your Name column is likely a string and therefore the values need to have quotes around them. If [Name]=“70”...
Read more >
Error in sum(List) : invalid 'type' (list) of argument - R-bloggers
To do so, we must first use the unlist function to transform our list into a vector object. The structure of our modified...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found