Affects Math.random()
Opened this issue · 0 comments
ezekielaquino commented
Loaded up terra via <script> tags (to try it out and test if it fits my project).
I have Math.random()'s in my script– with terra loaded, I get a constant value from Math.random every single time/refresh console.log(Math.random())
Removed the script, and worked fine again. Haven't looked into it in depth exactly why this is happening with terra, but just putting it out there