React-popper: Replace create-react-contex

Created on 25 Jun 2019  路  6Comments  路  Source: popperjs/react-popper

Replace create-react-contex with mini-create-react-contex.
It is more optimized and smaller.

enhancement

Most helpful comment

I have just faced issue with current [email protected]. It uses [email protected] which relies on [email protected] with isomorphic-fetch inside of it. So, it breaks in old browsers without window.fetch.

fbjs was removed in [email protected] and it's already in master. @FezVrasta could you relase it please?

All 6 comments

I was looking at its source code few days ago and the only difference I noticed is the warning dependency replaced with a smaller version, is that all it changes?

It also supports esm. Though both depends on shitty gud package which requires global to be defined. Such webpackisms I'm trying to drop from packages I use.

I see, if anyone wants to send a PR please feel free to.

I have just faced issue with current [email protected]. It uses [email protected] which relies on [email protected] with isomorphic-fetch inside of it. So, it breaks in old browsers without window.fetch.

fbjs was removed in [email protected] and it's already in master. @FezVrasta could you relase it please?

1.3.4 released

Was this page helpful?
0 / 5 - 0 ratings

Related issues

linusthe3rd picture linusthe3rd  路  4Comments

0xdevalias picture 0xdevalias  路  6Comments

vmanchev picture vmanchev  路  7Comments

alfnielsen picture alfnielsen  路  3Comments

mogusbi picture mogusbi  路  5Comments