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.

Write simple arrays to store

See original GitHub issue

Currently there is an issue with writing simple arrays to the store. Arrays of objects work fine ([{}, {},]), but arrays of strings do not (['one', 'two',]). It throws this error:

TypeError: Cannot read property 'selections' of null

I played around in the tests, and it seems there is no issue reading an array of strings from the store once it is in there.

This seems like something it should support, and I’m going to work on a solution. Let me know if it’s not. Thanks!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
stubailocommented, Mar 30, 2016

Just added you, and I made @jbaxleyiii an admin so that he can add additional collaborators if necessary!

1reaction
johnthepinkcommented, Mar 31, 2016

@jbaxleyiii yessir. Closed via #66

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating and Using Arrays
Here's a simple program, called ArrayDemo · (in a .java source file) , that creates the array, puts some values in it, and...
Read more >
C Arrays (With Examples)
Arrays in C. An array is a variable that can store multiple values. For example, if you want to store 100 integers, you...
Read more >
Arrays in Java - GeeksforGeeks
In Java, all arrays are dynamically allocated. · Arrays are stored in contiguous memory [consecutive memory locations]. · Since arrays are objects ...
Read more >
Arrays in Data Structure: A Guide With Examples [Updated]
An array is a linear data structure that collects elements of the same data type and stores them in contiguous and adjacent memory...
Read more >
Store Multiple Data in an Array | JavaScript Tutorial - YouTube
How to Create Arrays in JavaScript | Store Multiple Data in an Array | JavaScript Tutorial. In this JavaScript tutorial you will learn...
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