james kim
james kim
When using graphql.tsx created by [grqphql-nexus](https://github.com/graphql-nexus/nexus), the following error occurs. I had no problems using it with nextjs. How can I solve the problem? ```tsx import {useRemoveAllPostMutation} from '@graphql/generated/graphql' const...
The click event is fired as soon as the system starts. This is an unintentional click event. Is this correct behavior? I'm using an ESP32 board. ``` rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)...
It works fine in ArduionoIDE. This time, we want to use it in PlatformIO. I'm worried because I don't know how to use it. Please inquire how to do it....
```js person.on('test.*', function(){}); // capture all person.on('test.one', function(){}); person.on('test.two', function(){}); person.emit('test.one'); person.emit('test.two'); ```
build is successful. But it can't run.