Skip to content

Commit 26f612a

Browse files
committed
Update README.md: stubEnabled prop was removed in #455
1 parent bd31980 commit 26f612a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,10 @@ A react context provider for LIFF (LINE Front-end Framework)
8989
import App from './App';
9090
9191
const liffId = process.env.REACT_APP_LINE_LIFF_ID;
92-
const stubEnabled = process.env.NODE_ENV !== 'production';
9392
9493
ReactDOM.render(
9594
<React.StrictMode>
96-
<LiffProvider liffId={liffId} stubEnabled={stubEnabled}>
95+
<LiffProvider liffId={liffId}>
9796
<App />
9897
</LiffProvider>
9998
</React.StrictMode>,

0 commit comments

Comments
 (0)