bitttttten

Results 31 issues of bitttttten

**Describe the bug** When I paste code into the terminal, it just displays a block of colour? **Screenshots** ![Screenshot 2020-05-11 at 13 42 10](https://user-images.githubusercontent.com/19930241/81558116-6c028e00-938d-11ea-9b73-bec27cebb9b7.png) This is the terminal after pasting...

With these routes: ```js const routes = [ { path: '/page', render: Page }, { path: '*', render: NotFound }, ] ``` Calls to `mypage/page?fbid=some_unique_id` will render to the 404...

bug

```js import React from 'react' import ReactDOM from 'react-dom' import { Router } from 'buttermilk' import { loadableReady } from '@loadable/component' import App from './App' import routes from './routes' function...

Recently used this in a project and liked how I could hide all my credentials in the function whilst keeping the API public. I also like to see full examples,...

Hello! I am using TooltipsWithBounds, although my Tooltip goes _off screen_. I can't seem to find an approach to deal with. Ideally the Tooltips maximum width would be set to...

### Is this a bug report, a feature request, or a question? Bug report. ### Have you followed the required steps before opening a bug report? - [x] I have...

I was wondering what people did for testing the meta tags with Jest. Currently, I have a test like so: ```js test('renders meta tags', () => { const context =...

# This is a Bug Report ## Description * What went wrong? `@loadable/component` helps with code splitting. When building the app, not with serverless-webpack, my chunks look like this: ![Screenshot...

Hi rnc! I just received this warning on my Sentry logs: ```sh openURL error Error: Unable to open URL: mailto:feedback%40mydomain.nl?subject=Hello%20world ``` From a iPhone SE on iOS 14.0.1. That's all...

I am using this library to help with parsing strings on react native, with luxon. Android has some issues with toLocaleString so [following this comment](https://github.com/facebook/react-native/issues/19410#issuecomment-434232762) I am using this library...