Comparing version 1.6.13 to 1.6.14
{ | ||
"name": "solid-js", | ||
"description": "A declarative JavaScript library for building user interfaces.", | ||
"version": "1.6.13", | ||
"version": "1.6.14", | ||
"author": "Ryan Carniato", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -281,3 +281,3 @@ import { sharedConfig, createRoot, splitProps } from 'solid-js'; | ||
let html = createRoot(d => { | ||
resolveSSRNode(escape(code())); | ||
const r = resolveSSRNode(escape(code())); | ||
d(); | ||
@@ -284,0 +284,0 @@ return r; |
Sorry, the diff of this file is not supported yet
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
798176