Skip to content

Commit

Permalink
Fix Vanilla example app crash
Browse files Browse the repository at this point in the history
The Vanilla example app wasn't adapted when the 'renderExample' API was
extended. This lead to a crash on app startup. This is now fixed.
  • Loading branch information
sdirix committed Sep 21, 2020
1 parent 5c73f15 commit 83a4dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vanilla/example/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
} from '../src';
import { renderExample } from '../../example/src/index';

renderExample(vanillaRenderers, vanillaCells, {
renderExample(vanillaRenderers, vanillaCells, undefined, {
name: 'styles',
reducer: stylingReducer,
state: vanillaStyles
Expand Down

0 comments on commit 83a4dd2

Please sign in to comment.