ui-router / redux

UI-Router plugin for Redux integration
MIT License
12 stars 6 forks source link

[BUG] Unable to import ConnectedUIRouter #1

Closed IdeaHunter closed 7 years ago

IdeaHunter commented 7 years ago

@uirouter/redux version: 0.1.0 The following code from homepage isn't working

import { ConnectedUIRouter } from '@uirouter/redux/lib/react';

I was only able to find ConnectUIRouter under _bundles folder, but not under lib: image

elboman commented 7 years ago

Hi, thanks for reporting the bug. I must have made some error when publishing on npm 😅

I'll ping you once fixed!

elboman commented 7 years ago

I've just publish 0.1.1 with all the missing files. Thanks again for the report!

Let me know if you find any other issue or if you see any way we can improve the lib.

IdeaHunter commented 7 years ago

Thank you for the fix! Just tested and found it working 👍