Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
.add('css func with random', () => {
renderStylesToString(
renderToString(
React.createElement(CssFuncTriangle, {
s: 100,
x: 0,
y: 0,
random: Math.random()
})
)
)
})
.add('experiment with random', () => {