wwwaiser / react-js-pagination

http://vayser.github.io/react-js-pagination
Creative Commons Zero v1.0 Universal
353 stars 95 forks source link

Strange symbol #46

Closed vomchik closed 6 years ago

vomchik commented 6 years ago

Hi. I am using your library directly from the source but I got the error on compiling step.

After inspecting your code I found this symbol :: (https://github.com/vayser/react-js-pagination/blob/master/src/components/Page.js#L64).

What is it? it some magic for me. How can I fix it? Any idea?

wwwaiser commented 6 years ago

Hi Valdemar, thanks for asking.

Please don't use react-js-paginations from source. It requires synchronize our build configuration with your own. Probably you don't need it.

about :: symbol you can read here: https://babeljs.io/docs/plugins/transform-function-bind/

vomchik commented 6 years ago

Oh, I see. Thank you very much.