TerriaMap
TerriaMap copied to clipboard
Warning: Failed prop type: The prop `showIEMessage` is marked as required in `IEMessagePure`, but its value is `undefined`
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
},