Skip to content

Commit

Permalink
feat: upgrades react to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethaasan committed Apr 24, 2024
1 parent f4dc1c9 commit dc9461d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
import { defaultConfig, parse, debounce } from '@/utils';
import * as specs from '@/specs';

const defaultSchema = specs.oneOf;
const defaultSchema = specs.streetlights;

interface State {
schema: string;
Expand Down

0 comments on commit dc9461d

Please sign in to comment.