Skip to content
#

components

Here are 2,178 public repositories matching this topic...

next.js
LemonJuicer
LemonJuicer commented Nov 12, 2020

Bug report

Can't build or run page, throws error

Log:

C:\Users\Nizomidin\Desktop\with-apollo-and-redux>yarn build
yarn run v1.22.10
$ next build
info  - Creating an optimized production build
info  - Compiled successfully
info  - Collecting page data
[  ==] info  - Generating static pages (2/4)
Error occurred prerendering page "/apollo". Read more: https://err.sh/next.js/pr
storybook
ViggoV
ViggoV commented Nov 21, 2019

Environment

  • Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
  • Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108

Question

Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c

reactstrap
copiali
copiali commented Oct 22, 2019
  • components: progress
  • reactstrap version #8.1.1

Issue1.

What is happening?

When value is greater than 100 (or less than 0), width will become greater than 100%(or negative).
https://github.com/reactstrap/reactstrap/blob/8.1.1/src/Progress.js#L68

What should be happening?

Think we should set the max-width to be 100%. And fallback width to 0 if value is negative.

Iss

Improve this page

Add a description, image, and links to the components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the components topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.