Mysterious modal error that's got everyone puzzled: Cannot properly serialize component type:
I am using
I copied this example from discordjs.guide, and simplified it a bit, though the error happens regardless:
With this, I get the error
This is weird! When I log
I asked in #djs-help-v14, everyone is just as confused as I am! Weird. Does anyone know what's going on?
discord.js@14.13.0.I copied this example from discordjs.guide, and simplified it a bit, though the error happens regardless:
With this, I get the error
Error: Cannot properly serialize component type: undefined, it happens on line modal.addComponents(firstActionRow);This is weird! When I log
firstActionRow.components, the component is there fine and dandy, and it's type is 4. I asked in #djs-help-v14, everyone is just as confused as I am! Weird. Does anyone know what's going on?