anefzaoui / sns

0 stars 0 forks source link

Array of livestreams is not transferring correctly to a React component. #1

Open anefzaoui opened 6 years ago

anefzaoui commented 6 years ago

in app/pages/Live.jsx in order to list all the livestreams, we send them over to this file in an array, locally called streamList. The array is sent and received correctly, however for some reason that I couldn't figure out React is reading it as an empty array.

anefzaoui commented 6 years ago

Commit a799912 places an exact copy of the expected array, except that it's static. At least until this gets fixed.