Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

kernelStatus should be allowed to be null or undefined, #4

@todo

Description

@todo

play/components/Main.tsx

Lines 312 to 317 in 9a46bf6

// TODO: kernelStatus should be allowed to be null or undefined,
// resulting in thought of as either idle or not connected by
// default. This is primarily used for determining if code
// completion should be enabled
kernelStatus={
currentKernel ? currentKernel.status : "not connected"


This issue was generated by todo based on a TODO comment in 9a46bf6. It's been assigned to @captainsafia because they committed the code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions