Dachi Natsvlishvili

Results 27 comments of Dachi Natsvlishvili

Hi. I'm facing similar issue. I load form html using `$.get` and initiate this plugin afterwards. Buttons are rendered and I can "sometimes" use delete button, but other buttons don't...

Hello, I'm interested with this too, been trying different things for several hours already. I'm getting `window is not define` upon importing `react-loadable` however.

Using `datetime` type for column in pgsql + ActiveRecord, following does not work `validates_datetime :published_at, allow_blank: true` Allow blank values, any string values become allowed. I tried enabling plugin parser,...

@VitorLuizC I want to disable browser's `Intl` with `window.Intl = undefined`, because it does not have my locale, namely Georgian.

[PR #47 Support babel-plugins flag](https://github.com/evenchange4/react-intl-cra/pull/47)

@maxence-lefebvre @ppozniak if your problem is specifically `transform-decorators` not being loaded while parsing files, I have submitted a PR, you can use `@dachinat/react-intl-cra` and change script to something like ```...

Need to use `"homepage": "./",` to take advantage of relative links when opened directly with `file:///`. I there anyone who can help?