start() throws warning
Open
- Dominant language
- JavaScript
- Stars
- 217
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
## Expected Behavior
I don't have any warnings
## Actual Behavior
I see this
**DeprecationWarning: Calling start() is no longer necessary. It can be safely omitted.**
## Steps to Reproduce the Problem
```javascript
import { DaprServer } from '@dapr/dapr'
new DaprServer({ /* ... */ }).start()
```
`start()` **CAN'T BE OMITTED**, it doesn't start without it
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.