なつき

Results 152 comments of なつき

@ashmaroli Would you mind cut the pre-release when available? One issue I observed by checking how users are actually using sass-embedded via https://github.com/ntkme/sass-embedded-host-ruby/network/dependents is that some of early adopters actually...

@ashmaroli Tests are all passing for me, and so did the CI https://github.com/jekyll/jekyll-sass-converter/actions/runs/3645990199 Are you talking about the message like below? ``` Error: expected ";". ╷ 2 │ body {...

This has to do with TypeScript inferring any Vue ref to be `VueProxy` by default unless its type is explicitly defined. Since this project is in pure JS. I think...

Can you please try apply this commit https://github.com/buttons/vue-github-button/commit/1389cd2d8f3d58a25c230a55596c9aad904102f2 locally and see if it helps?

`$refs._` shouldn't be `undefined`. - Something in component lifecycle might be broken. E.g. The ref is defined in `render`, meaning it should hold reference to the `` element even before...

I cannot reproduce this on a fresh vite project. Are you using SSR?

I tried adding button to https://github.com/vitejs/vite-plugin-vue/tree/main/playground/ssr-vue, and also cannot reproduce your issue.

Is it possible for you to create a repo for a minimum reproduction so that I can take a look?

3.1.2 should fix this.