Andrei Luca

Results 98 comments of Andrei Luca

https://github.com/reactstrap/reactstrap/issues/1340

We can test simple way without enzyme. https://reactjs.org/docs/testing-recipes.html#rendering RTL just adds some abstraction wrapping around basic dom queries.

Closing in favour of #174

It will happen with a new line in the string also ```ts throw createError({ statusCode: 404, statusMessage: 'before\nafter' }); ``` If using `message` instead of `statusMessage` it works ```ts throw...

The issue with TS error on `class` attribute was discussed [in this thread](https://github.com/johnsoncodehk/volar/discussions/592) a lot. That is because Vue+TS projects have in `tsconfig.json` the property `jsx` set to `preserve`, which...

Opened a discussion, let's see with what can they help us. https://github.com/mdx-js/mdx/discussions/2238

@IanVS after mdx folks suggested fixing this at the TS level, I think I may found the solution. But it is like a floating bug, sometimes exists sometimes not.

I recommend using solution with transpile mentioned below https://github.com/nuxt/nuxt/issues/19265#issuecomment-1702014262 --- My problem is somehow related to this. And my workaround is different because I get the error at runtime. Had...

Related issues: - https://github.com/nuxt/nuxt/issues/19265 - https://github.com/vueuse/motion/issues/102 - https://github.com/nuxt-modules/apollo/issues/516

Works in v3.4.1 --- It seems this workaround does not work anymore 🤔 ✅ Nuxt v3.3.3 ❌ Nuxt v3.4.0 ✅ Nuxt v3.4.1 I'm on client side and when `state.value` is...