threepointone / glamor

inline css for react et al
MIT License
3.66k stars 200 forks source link

Outdated index.d.ts published #384

Open screendriver opened 6 years ago

screendriver commented 6 years ago

My project depends on glamor 2.20.40. Unfortunately speedy() and flush() are missing in the deployed npm package. As you can see here the last exported function is rehydrate() in the deployed npm package:

screen shot 2018-06-26 at 06 51 12

But in the index.d.ts here on master it looks like

2a640357-2332-48f8-839d-32914a112cc3

cyrusDAVO commented 4 years ago

Looks like this is still the case