Skip to content

Commit

Permalink
get storybook rendering again (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
hborawski authored May 30, 2024
1 parent c7943b1 commit d3863d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/addon-storybook/src/addons/events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const ExtraCells = (event: EventType) => {
export const EventsPanel = (props: EventsPanelProps) => {
const events = useSelector<StateType, EventType[]>((state) => state.events);
const contentType = useContentKind();
const darkMode = useDarkMode();

if (!props.active) {
return null;
Expand Down
2 changes: 1 addition & 1 deletion tools/addon-storybook/src/dsl/transpile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function setup() {

initializedPromise = initialize({
worker: true,
wasmURL: "https://unpkg.com/esbuild-wasm@0.19.9/esbuild.wasm",
wasmURL: "https://unpkg.com/esbuild-wasm@0.19.12/esbuild.wasm",
});

return initializedPromise;
Expand Down

0 comments on commit d3863d8

Please sign in to comment.