NUKnightLab / NUKnightLab/TimelineJS3
Invalid or illegal string output
Open
Nobody has claimed this yet.
Bug
Bug: Waiting for more Info
- Dominant language
- JavaScript
- Stars
- 3.2k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
var tljson = {
events: [
{
start_date: {
month: "6",
year: "1997"
},
text: {
headline: "Started US Army basic training",
text:""
}
}
]
};
new TL.Timeline('timeline', tljson);
Produces output that says SyntaxError: An invalid or illegal string was specified
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the reported TL.Timeline example in the TimelineJS3 project and trace the source of the SyntaxError. No source file or test is named in the issue; done means this timeline data initializes without producing the invalid-or-illegal-string error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100