gun
gun copied to clipboard
Example basic/private.html error: Uncaught TypeError: Cannot read properties of undefined (reading 'User')
Steps to reproduce:
- clone this repository
- run npm install
- run npm start
- open http://localhost:8765/basic/private.html
- found this error: private.html:98 Uncaught TypeError: Cannot read properties of undefined (reading 'User') at private.html:98:9
The line uses user.grant
which is deprecated