Skip to content

Commit 101b152

Browse files
authored
Merge pull request #9025 from eVoloshchak/eVoloshchak_nonUniqueReactKeys
Fix issue with non-unique keys React warning
2 parents c16d2eb + e3337c0 commit 101b152

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/HTMLEngineProvider/BaseHTMLEngineProvider.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const BaseHTMLEngineProvider = (props) => {
5353
baseStyle={styles.webViewStyles.baseFontStyle}
5454
tagsStyles={styles.webViewStyles.tagStyles}
5555
enableCSSInlineProcessing={false}
56-
dangerouslyDisableWhitespaceCollapsing
5756
systemFonts={_.values(fontFamily)}
5857
>
5958
<RenderHTMLConfigProvider

src/styles/styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ const webViewStyles = {
135135
fontSize: variables.fontSizeNormal,
136136
fontFamily: fontFamily.GTA,
137137
flex: 1,
138+
whiteSpace: 'pre',
138139
},
139140
};
140141

0 commit comments

Comments
 (0)