dapr / dapr/js-sdk

start() throws warning

Open
#724 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.