create-nteract-app
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "create-nteract-app", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "create an nteractive computing app!", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -15,7 +15,11 @@ import * as React from "react"; | ||
<Kernel.Consumer> | ||
{kernel => ( | ||
<CodeState kernel={kernel}> | ||
{kernel => | ||
kernel ? ( | ||
<CodeState kernel={kernel}> | ||
<PresentationCell key={"the-cell"} /> | ||
</CodeState> | ||
) : ( | ||
<PresentationCell key={"the-cell"} /> | ||
</CodeState> | ||
)} | ||
) | ||
} | ||
</Kernel.Consumer> | ||
@@ -22,0 +26,0 @@ </Kernel> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
207210
654