Issue: Some stuff stripped from static CSS method #175
Open
Description
Problem Description
moduleInfo prop seems stripped away within the static CSS method and thus we can not use props like moduleInfo.type, moduleInfo.order, etc for some use cases to target specific elements on the page.
Please consider exposing the moduleInfo props and any required missing props within static CSS as well.
Steps To Reproduce
- simple console.log(props) and you will notice that is missing some stuff as compared to render function.
Screenshot and/or gif
- Thanks to Jan Thielemann for the direction and screenshots.