Skip to content

Commit

Permalink
docs(lib): set version to the next in basic example
Browse files Browse the repository at this point in the history
Signed-off-by: Raí Siqueira <rai93siqueira@gmail.com>
  • Loading branch information
raisiqueira committed Oct 6, 2022
1 parent f746c8b commit e93cabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/examples/Basic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Sandbox = () => {
return (
<Sandpack
template="react-ts"
customSetup={{ dependencies: { 'headless-stepper': 'latest' } }}
customSetup={{ dependencies: { 'headless-stepper': 'next' } }}
files={{
'/App.tsx': code,
}}
Expand Down

0 comments on commit e93cabd

Please sign in to comment.