Michael Dougall
Michael Dougall
hey mate i'm not immediately sure to be honest - how did you go with this? did you find any new information we could add to the handbook?
hey mate! you could always update the prototype directly? find a class references and then update the prototype next to it. ``` class HelloWorld{} HelloWorld.prototype.sayHello = () => console.log('hello') const...
heya i've had use cases where i import functions and then use those functions after the transformation, so imagine importing extra functions that consumers don't actually use - the transformer...
Hey mate - thanks for raising this! Would you be interested in sending over a fix? 😄
Could you remove them for prod builds?
How do you see miniplex-kit working? I'm interested in understanding how entity age/cooldowns/intervals would work in an ECS (miniplex is the first I've used so I don't have all the...
do you have an example you can through up using webpackbin.com or something similar? is it all browsers experiencing this or just a particular one?
@sokra @TheLarkInn hey guys. if one (me) wanted to start looking at how to resolve this issue would you have any suggestions? any ideas of how much would need to...
We've found a work around: https://codesandbox.io/s/empty-css-value-forked-g5jud?file=/src/App.js ```js style={{ "--border-color": "var(--, )" }} ```` Not the most ideal - but it works 😄.
I can't replicate the suffix being added (both v16 + v17 behave the same - see: https://codesandbox.io/s/solitary-pond-v0i69?file=/src/App.js) - I wonder what use case it's wanting to handle?