Gerasimos

Results 13 comments of Gerasimos

@greenHandOnWeb I have this issue too. Did you find a workaround?

I found a solution. We need to use the `publicPath` option with empty string. My config now is: ```javascript new AddAssetHtmlPlugin({ filepath: path.resolve(__dirname, '../public/properties.js'), includeRelatedFiles: false, publicPath: '', }) ````

Here is a pull request for the warning: https://github.com/captivationsoftware/react-sticky/pull/292

Actually I get `SyntaxError: Unexpected identifier` for the same line.

Thank you for your support, @Maskedman99. Yes I will add it.

@TwoForTen thanks for pointing it out. I forgot to update the example in `codesandbox`. In `initialValues`, country was an empty string, while it should be `null`. See below: **Wrong:** ```javascript...

Are your options in this format? ```javascript [ { "label": "Label1", "value": "Val1" }, { "label": "Label2", "value": "Val2" }, ] ``` **Edit:** you just type a value? You're not...

Correct, it's not supported yet. Do you want me to check it?

@bihongbin3027 did you try an empty array on skills ?