Skip to content
#

fullstack

Here are 1,583 public repositories matching this topic...

blitz
maxall41
maxall41 commented Nov 3, 2021

What is the problem?

after running blitz install graphql-apollo-server and then going to http://localhost:3000/api/graphql i get Internal Server Error on the page and in the terminal i get the logs below.

Paste all your error logs here:

TypeError: Cannot read properties of undefined (reading '$name')
    at eval (webpack-internal:///./app/graphql/types/user-type.ts:12:56)
 
jonasjabari
jonasjabari commented Jun 2, 2021

toggle show_on: "some_event", hide_after: 3000 works as expected: After having received the "show_event" a timer is triggered and after 3000ms the content of the toggle is hidden again. However toggle hide_after: 3000 is not working as expected: The content is never hidden as the timer never gets triggered. The time should get triggered on mount when specified

Improve this page

Add a description, image, and links to the fullstack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fullstack topic, visit your repo's landing page and select "manage topics."

Learn more