@nine-lab/nine-mu 0.1.364 → 0.1.366
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@ export const NineExceptionStyles = {
|
|
|
53
53
|
footer: {
|
|
54
54
|
margin: '0',
|
|
55
55
|
padding: '0',
|
|
56
|
-
display: '
|
|
56
|
+
display: 'none'
|
|
57
57
|
},
|
|
58
58
|
promptRow: {
|
|
59
59
|
margin: '0',
|
|
@@ -210,7 +210,7 @@ export class NineExceptionHook extends React.Component {
|
|
|
210
210
|
React.createElement(
|
|
211
211
|
'div',
|
|
212
212
|
{ style: { ...NineExceptionStyles.systemError, ...customStyles.systemError } },
|
|
213
|
-
'[SYSTEM]
|
|
213
|
+
'[SYSTEM] Component render error detected.'
|
|
214
214
|
),
|
|
215
215
|
|
|
216
216
|
// 2. 상세화된 에러 내용 (예: ReferenceError: aa is not defined)
|