UNPKG
@react-xp/strict-mode
Version:
develop (1.0.0-beta.1)
latest (1.0.0-beta.1)
1.0.0-beta.1
This is a React Experience strict-mode package
@react-xp/strict-mode
/
dist
/
esm
/
useIsStrictMode.js
6 lines
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
import
{ strictModeContext }
from
'./strictModeContext'
;
export
const
useIsStrictMode
= (
) => {
return
React
.
useContext
(strictModeContext); };
//# sourceMappingURL=useIsStrictMode.js.map