Edward Hibbert

Results 61 comments of Edward Hibbert

@messenjer The module stuff isn't working for me yet. I am using @xvaara's fork of Bootstrap because that contains necessary SSR fixes which I believe are not yet released to...

@aceofwings, when you say Bootstrap is still not SSR-ready, are you talking about Bootstrap itself, or Bootstrap-Vue-3? Either way, is there any indication of when that might happen? (Background is...

@xvaara Thanks for your reply. I tried that fork, but I get `window is not defined` within Bootstrap code, e.g. in BCollapse: `const requestAF = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame...

@xvaara Brilliant. With this I can get nuxt3 SSR working with bootstrap-vue-3. ``` "bootstrap": "git://github.com/xvaara/bootstrap.git", "bootstrap-vue-3": "0.1.9", ``` You're all wonderful people and your hair is looking particularly lovely today.

I also needed this: ``` build: { // Need to transpile otherwise SSR fails. transpile: [/bootstrap-vue-3/], }, ``` ...as per https://github.com/nuxt/framework/discussions/4523

@aceofwings Not for me yet - see https://github.com/cdmoro/bootstrap-vue-3/issues/364#issuecomment-1120386655

@dosstx Not in a way that makes work (at least obviously). If I install that release then I still see `document is not defined` SSR errors in Bootstrap itself: ```...

@xvaara, does that mean not all your fixes made it in? Or that there is something new that needs fixing?

Aren't navbar and nav separate components? I agree BNav looks like it's implemented but not documented. I think BNavBar isn't implemented.

@cdmoro Could you say what the status is of b-img-lazy? Sorry if that's somewhere obvious, but I couldn't see it at https://cdmoro.github.io/bootstrap-vue-3/reference/parityList.html.