Amaan Kulshreshtha

Results 3 issues of Amaan Kulshreshtha

## Error ```undefined is not an object(evaluating 'previous.value.path')``` ## Steps to reproduce In the code below ```tsx const current = useSharedValue(graphs[0].data); const previous = useSharedValue(graphs[0].data); ``` The second `useSharedValue` doesn't...

I am following this [tutorial](https://magento.github.io/pwa-studio/tutorials/pwa-studio-fundamentals/project-setup/) to set up Magento PWA app. I need `NodeJS >=10.14.1 LTS`, but the current version inside the container is `v6.17.1`. I tried to follow this...

Hi @frencojobs, I was able to connect my page successfully, but it looks like the rendering is not happening even for a simple todo list. I have only modified the...