Alex Vizcaino

Results 6 comments of Alex Vizcaino

Here it is: https://gist.github.com/avizcaino/3fb287b1e8f191f0bce0d495383def80 As you can see, the server retrieves October 7th, and `disableDates` method disable all dates different to that one. When changing to November, server returns 19th,...

@JeroenVinke Awesome, it is not the most efficient solution, but at least it'll solve my problem. Thanks!

Hi! Are you using `pluginSass`? With the following configuration it should work (for fuse@4) **Fuse configuration** ```typescript fusebox({ [...], plugins: [ pluginSass("*.scss", { asText: true }), ], }); ``` **Component**...

That's because this is not a standalone file. I thought you were talking about a spa/pwa/static site. I've only attached the bundled file for the component. `__fuse.bundle()` is defined in...

@SephReed Take a look here: https://github.com/material-components/material-components-web-components They are doing what you want to achieve.

Same problem here, tested with multiple android devices.