Skip to content

Commit fc5d248

Browse files
committed
fix typo
1 parent d5fd6c0 commit fc5d248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.26.2",
3+
"version": "10.26.3",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {

src/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export const UpdateProvider = ({
278278

279279
const parseTestPayload = useCallback(
280280
(payload: UpdateTestPayload) => {
281-
if (payload && payload.type && payload.type.startsWith('__rnUpdate')) {
281+
if (payload && payload.type && payload.type.startsWith('__rnPushy')) {
282282
const logger = options.logger || (() => {});
283283
options.logger = ({ type, data }) => {
284284
logger({ type, data });

0 commit comments

Comments
 (0)