Skip to content

Commit

Permalink
feat(docs): remove fix web-renderer link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gguoyu committed Jun 29, 2023
1 parent 443158b commit 67f746e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {
isStyleMatched,
whitespaceFilter,
getBeforeRenderToNative,
getBeforeLoadStyle,
} from '../../util';
import { isRTL } from '../../util/i18n';
import { EventHandlerType, EventMethod } from '../../util/event';
Expand Down Expand Up @@ -261,7 +260,7 @@ export class HippyElement extends HippyNode {
}

// style preprocessor
public beforeLoadStyle: CallbackType = getBeforeLoadStyle;
public beforeLoadStyle: CallbackType = val => val;

/**
* get component info
Expand Down

0 comments on commit 67f746e

Please sign in to comment.