Closed appsforartists closed 9 years ago
:facepalm:
After trying method #4 (making a new stack for each and mounting each variant into it), I've realized the problem. ReactRouter doesn't know about the mapping, so it tries to run on the client side and gets confused by the paths.
Grrrr....
Sorry for the noise.
I have an app that's packaged up into a mach stack. I'd like to test variations on it, such that:
After seeing that this appears to be supported in the docs, I tried each of these techniques:
(This one was kind of a mistake. The
serve
call is in a different file, so I didn't realize I had placed aserve
call higher in the stack that themap
call.)Each time, I received an error like this:
which tells me that the variant isn't being mapped as requested.