Dahmon Bicheno
Dahmon Bicheno
I was facing the same error this morning while working with sqlalchemy and sqlalchemy-databricks, there isn't any information about it out there so I best share my solution! The cause...
Yep same problem here regarding the `showYearDropdown` option. @kamnakis I'm able to use `renderCustomHeader`, I tested it with the [docs example](https://reactdatepicker.com/#example-custom-header) without issue.
Also facing this issue. `"solid-js": "1.6.10"` `"firebase": "^9.17.2"` Managed to work around it by specifying aliases in my vite.config.ts. This solution was found here: https://qiita.com/mitsuki_march/items/1cc6876fee51c753a829 ``` resolve: { alias: {...
@wobsoriano I am no longer getting the `Component auth has not been registered yet` error on v0.3.0 without the workaround!