Question: Using <MockedProvider> in production for demo site?

Apollo provide a MockProvider for Mocking Query/Mutation responses.

I know this in primarily intended for unit tests, however, is there any reason it can’t be used in production code for a demo site (disconnected from server, mocked GQL queries/mutations).

Any reason not to do this?

From the source, there doesn’t appear to be any npm dev dependencies imported when using the test code. But I could be wrong.