@papanasi/solid
Advanced tools
Comparing version 1.0.0-rc.104 to 1.0.0-rc.105
import { Show, onMount, createSignal } from "solid-js"; | ||
import { debug } from "../../../helpers"; | ||
import "./itchio.css"; | ||
@@ -18,2 +19,3 @@ import { itchioService } from "./itchio.service"; | ||
setLoaded(true); | ||
debug("ItchioService callback processed info"); | ||
props.onLoad && props.onLoad(data); | ||
@@ -20,0 +22,0 @@ }); |
@@ -32,3 +32,3 @@ import { getWindow } from 'ssr-window'; | ||
const data = await this.getGameData(user, game, secret); | ||
callback && callback(data); | ||
callback(data); | ||
} | ||
@@ -35,0 +35,0 @@ onClickAction(user, game, width = 800, height = 600) { |
{ | ||
"name": "@papanasi/solid", | ||
"version": "1.0.0-rc.104", | ||
"version": "1.0.0-rc.105", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "author": "ckgrafico/papanasi", | ||
}, | ||
"gitHead": "c7bb932e21701f5c976a4a55713ef9f9449b5481" | ||
"gitHead": "70defd1435be7c987617dec57a110b699d88e366" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1361362
26584