fixes console log warnings when bid is null or NaN #2010

Merged
jessopb merged 2 commits from publishWarnings into master 2018-10-05 20:52:14 +02:00
jessopb commented 2018-10-05 04:14:44 +02:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) requested changes 2018-10-05 04:21:07 +02:00
neb-b (Migrated from github.com) left a comment

I think the only thing we should need it the value={bid || ''}

Could you revert the other changes and add a changelog update?

I think the only thing we should need it the `value={bid || ''}` Could you revert the other changes and add a changelog update?
neb-b (Migrated from github.com) commented 2018-10-05 04:19:15 +02:00

We should keep this

We should keep this
neb-b (Migrated from github.com) commented 2018-10-05 04:20:41 +02:00

I think there will be a bidError when it's empty if we do this.

I think there will be a bidError when it's empty if we do this.
jessopb (Migrated from github.com) reviewed 2018-10-05 05:19:59 +02:00
jessopb (Migrated from github.com) commented 2018-10-05 05:19:59 +02:00

On this, there was duplicate bid: ?number, and bid: number in the same Props {}. I removed the "?maybe" one and checked for errors as I published.

On this, there was duplicate bid: ?number, and bid: number in the same Props {}. I removed the "?maybe" one and checked for errors as I published.
neb-b (Migrated from github.com) approved these changes 2018-10-05 19:55:07 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2010
No description provided.