Chancellor Clark

Results 10 issues of Chancellor Clark

## ☕️ Reasoning Adds the ability to pass in Firebase config into the adapter to initialize the app, rather than initializing by default. This is useful if you've initialized the...

adapters
firebase

## Description Adds a new extension that cleans up the screenshot folder. My screenshot folder ends up getting polluted over time with old screenshots and screen recordings, so I thought...

new extension

## Bug Report **Current behavior** Within the edge runtime calling `Object.toString()` (`Function.toString.call(Object)` is equivalent, **see additional context**) returns an anonymous function `function () { [native code] }`. You can reproduce...

--- ⚠️ This PR will not just work (hence draft PR), getting some React hydration issues after adding `use client` throughout the codebase, plus there's some other React warnings with...

**Describe the bug** Checkbox doesn't support the `defaultChecked` [HTML attribute](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement#defaultchecked). **To Reproduce** Pass `defaultChecked` into `Checkbox`: https://codesandbox.io/s/suspicious-platform-jwdmbe?file=/src/index.tsx **Expected behavior** The uncontrolled behavior should allow the checkbox component to pass in...

bug
good first issue

**Is your feature request related to a problem? Please describe.** We want to be able to support many kinds of user experiences across the world. Currently, our padding/margin properties are...

enhancement

**Describe the bug** `@bigcommerce/big-design-theme` uses singleton instance of `themeOptions`. This can cause issues if we want to create two separate themes with different font-sizes. **To Reproduce** Codesandbox to replicate the...

bug
good first issue

**Is your feature request related to a problem? Please describe.** There's a few best practices we have been shirking on. First of all we should be using the `screen.*By` queries...

enhancement
good first issue

## What/Why? Adds an opinionated default on the sample rates for both Vercel Speed Insights and Vercel Analytics. Most of the time you don't need to capture 100%, especially on...

## What/Why? Uses the new approach of using Customer Access Tokens (**CATs**) when login in as a customer. This change utilized the Storefront API Token (**APIT**) instead of the Storefront...