File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
packages/solid-devtools/src Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://unpkg.com/knip@5/schema.json" ,
3- "ignoreDependencies" : [
4- " @size-limit/preset-small-lib" ,
5- " @faker-js/faker"
6- ],
7- "ignoreWorkspaces" : [
8- " examples/**"
9- ],
3+ "ignoreDependencies" : [" @size-limit/preset-small-lib" , " @faker-js/faker" ],
4+ "ignoreWorkspaces" : [" examples/**" ],
105 "workspaces" : {
116 "packages/solid-devtools" : {
12- "ignore" : [
13- " **/core.tsx"
14- ]
7+ "ignore" : [" **/core.tsx" ]
158 }
169 }
17- }
10+ }
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export default function SolidDevtoolsCore({
108108 typeof plugin . name === 'string'
109109 ? plugin . name
110110 : // The check above confirms that `plugin.name` is of Render type
111- ( el ) => convertRender ( el , plugin . name as SolidPluginRender ) ,
111+ ( el ) => convertRender ( el , plugin . name as SolidPluginRender ) ,
112112 render : ( el : HTMLDivElement ) => convertRender ( el , plugin . render ) ,
113113 } ) ) ,
114114 } ) ,
You can’t perform that action at this time.
0 commit comments