react-native-general-calendars icon indicating copy to clipboard operation
react-native-general-calendars copied to clipboard

error: bundling failed: SyntaxError: Unexpected reserved type (any, string, func, Boolean )

Open sundardsTechMind opened this issue 6 months ago • 0 comments

File Name : AuthSignUpContainer.js:

error: bundling failed: SyntaxError: Unexpected reserved type any. (14) error: bundling failed: SyntaxError: Unexpected reserved type func. (16)

13 | type Props = {

14 | AuthSignUpReducer: PropTypes.any, | ^ 15 | authSignUpReset: PropTypes.func, 16 | authSignUpDismissMessages: PropTypes.func, 17 | };

sundardsTechMind avatar Dec 10 '23 17:12 sundardsTechMind