Jenna Smith
Jenna Smith
I'm getting this with `require("buffer/")` and from what I can gather, libs use the trailing slash to bypass core module and lookup in `node_modules` folder. I believe this is because...
@kzc in my case, it seems the trailing slash is being used to lookup a buffer polyfill for the browser so i am getting this error client-side when `--platform=browser`.
@kzc thanks for all of that. I'll see if I can create a minimal repro of the issue I am experiencing and create a separate issue if so.
Is this project still maintained? I notice the last updates were several years back now but I'd love to play with this and I've been struggling to get `transform`s working...
@syl22-00 I'm not sure that is the issue because the following suggests it found something in the `wasm` file that it wasn't expecting: ``` expected magic word 00 61 73...
@EugeneHerasymchuk I am no longer maintaining this unfortunately but if anyone would like to submit a PR then please feel free 🙂
Hi @charanrain, can you provide a jsfiddle (or similar) that reproduces the issue please? Unfortunately, this plugin is not in active development by me as I tend not to get...
> this was originally intended for making it easy to extend a button and things like that with inheritance in mind if inheritance is my intention, it seems something like...
> I have to admit, I've found myself using the `variant` prop somewhat infrequently over time. I prefer to see the styles closer to the components. i was also unsure...
> it might be as simple as `styled` omitting `variant` from the component passed to it. yeah, this was my expectation here (along with `variants` prop) 🙏 thanks for taking...