linklist
linklist copied to clipboard
Creating an account leads to a server error
Cool project but its fails to create pages for new users
Amazing, there is error when somebody create their profile for first time, then going to analytics gives following error: src/components/Chart.js (8:27) @ keys
6 | 7 | export default function Chart({data}) {
8 | const xLabelKey = Object.keys(data[0]).find(key => key !== 'date'); | ^ 9 | 10 | const dataWithoutGaps = []; 11 | data.forEach((value, index) => {
After clicking their link (creating analytics data) then this error does not shows
RESOLVED https://github.com/dejwid/linklist/compare/master...damziv:linklist:patch-1