Skip to content

Commit ebb8436

Browse files
committed
Fix showOpenInCodeSandbox for react-sandpack
1 parent 70b0a09 commit ebb8436

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/react-sandpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-smooshpack",
3-
"version": "0.0.54",
3+
"version": "0.0.55",
44
"description": "",
55
"keywords": [],
66
"license": "SEE LICENSE.MD IN ROOT",

packages/react-sandpack/src/components/SandpackProvider/SandpackProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export default class SandpackProvider extends React.PureComponent<
155155
this.props.entry
156156
),
157157
template: this.props.template,
158+
showOpenInCodeSandbox: this.props.showOpenInCodeSandbox,
158159
},
159160
this.getOptions()
160161
);

0 commit comments

Comments
 (0)