Karnaugh maps show race conditions as adjacent minterms that are not covered in the same implicand. Take the following example:
We have race conditions when moving from the blue implicand to the green one, and the blue implicand to the red one (wrapping around the top).
My question is this: would this still apply if the adjacent '1' is a don't care, i.e. an 'X'? In this case, let's change the 1 in minterm AB'CD' (bottom right) to an 'X'. Would this still pose a potential race condition with minterm ABCD'?