Ullfis / aurelia-mdc-bridge

Aurelia Mdc Bridge is a collection of wrappers for Material Design Components.
https://ullfis.github.io/aurelia-mdc-bridge
MIT License
17 stars 12 forks source link

BUG: The plugin doesn't work with Webpack/Typescript configuration #47

Open glyad opened 5 years ago

glyad commented 5 years ago

I'm using Aurelia with Webpack and Typescript (not Aurelia-cli). I see blank screen after adding a component. There are no errors in browser console. Seems like as all elements aren't rendered, but present.

djensen47 commented 5 years ago

That's weird, especially since the project itself is built on TypeScript. Maybe it's an issue with this project and webpack?

Hopefully @Ullfis responds but he hasn't been around for about 8 months.

glyad commented 5 years ago

I'm sorry! It was my bug. I used one of samples of the drawer and not paid attention to one of delegates. In another words, I haven't defined method in my view-model. That's interesting the application doesn't throw an exception, but no content is rendered, e..g. the content is still present in browser, but invisible.

@djensen47, thank you for your attention anyway!