REPL does not accept DynamicModule
type param
#10494
Labels
needs triage
This issue has not been looked into
DynamicModule
type param
#10494
Is there an existing issue for this?
Current behavior
repl()
function does not acceptDynamicModule
type parameter. I try to modify the parameter type ofrepl()
toany
, everything will be OK. So I think it's just a type error.Minimum reproduction code
https://codesandbox.io/s/elastic-frog-etm26y?file=/src/repl.ts
Steps to reproduce
No response
Expected behavior
repl()
function can acceptDynamicModule
type parameter.Package
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
Other package
No response
NestJS version
9.1.6
Packages versions
Node.js version
16.14.2
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: