Saavan Nanavati

Results 8 issues of Saavan Nanavati

```export const InputFieldFilled: Story = { play: async ({ canvasElement }) => { const canvas = within(canvasElement); await userEvent.type(canvas.getByRole('textbox'), 'Hello world!'); }, }; ``` In this example, what is the...

I want to add class names to my marker. Advanced markers support this: https://developers.google.com/maps/documentation/javascript/advanced-markers/html-markers But I don't see advanced markers available in the repo. Can you confirm how can I...

I want to get the DOM element for the Marker so I can pass an ID attribute to the HTML element of the Marker. Is it possible to directly pass...

I want to get the DOM element for the Marker so I can pass an ID attribute to the HTML element of the Marker. 1. Is it possible to directly...

I want to make it compatible w/new Storybook versions!

# Bug report - [ X ] I confirm this is a bug with Supabase, not with my own application. - [ X ] I confirm I have searched the...

bug
stale

# Bug report - [ X ] I confirm this is a bug with Supabase, not with my own application. - [ X ] I confirm I have searched the...

bug