I'm trying to use the method @DanielBlackhall gave in this question: Loading a custom component into a Visualforce page dynamically
But unfortunately, this doesn't work anymore:
Type t = Type.forName('Component.c.MyCustomComponent');
always returns null.