TerriaMap icon indicating copy to clipboard operation
TerriaMap copied to clipboard

Warning: Failed prop type: The prop `showIEMessage` is marked as required in `IEMessagePure`, but its value is `undefined`

Open RayhanYulanda opened this issue 5 years ago • 0 comments

I got 2 error and globaldisclaimer not show

Warning: Failed prop type: The prop `showIEMessage` is marked as required in `IEMessagePure`, but its value is `undefined`
Warning: Failed prop type: The prop `isVisible` is marked as required in `SlideUpFadeIn`, but its value is `undefined`.

Here is it my config.json

globalDisclaimer: {
            confirmationRequired: true,
            buttonTitle: "I agree",
            title: "Disclaimer",
	    message : "This is  the message"
        //     // If the current browser location is not prod, or is dev, then show a "not the real site" warning.
        //     // The text of that is in lib/Views/DevelopmentDisclaimerPreamble.html
        //     // prodHostRegex: "go.\\.id$",
        //     //devHostRegex: "\\b(staging|preview|test|dev)\\.",
        //     enableOnLocalhost: true // If false, don't show this when running on localhost
        },

RayhanYulanda avatar Nov 18 '20 18:11 RayhanYulanda