Kier Borromeo

Results 31 comments of Kier Borromeo

@jonator Oops, good catch. Should be fixed now. I left the formula as comment for the time being - I think it makes sense to have it there. Should I...

If you prefer an imperative API, you can always wrap this component to do as you see fit. ```jsx class Modal extends React.Component { state = { isOpen: false }...

For the mean time, you can downgrade to `v0.13.0`. ``` bash npm i laravel-elixir-webpack-official buble@^0.13.0 -D ```

Awesome, @sairion :+1:. I'm looking forward to any progress. Will see if I can help out too :smile:. Just a question, would plain CommonJS `require` be a good work around...

Not sure if this is related. But I'll just put it here. Anyway, I'll just create an issue if not :wink:. I'm using Karma along with Mocha and Webpack, and...

It's related. Thanks.

Is this still an issue? I'll try it out now on 1.7.*. If ever, I'll update the outcome.

Alright :smile:! But these are merely warnings and do not affect test results, right?

Can you remove the `node_modules` directory, and reinstall the modules? ``` bash rm -rf node_modules && npm i ```

To get this work, I'm pretty sure you will need to do versions of cookie: two separate files for the server and client, similar to https://github.com/srph/cookie-machine/tree/master/lib.