Skip to content
#

Library

A library is a collection of preprogrammed templates that implement a behavior when invoked. Libraries are well-defined and are designed for reuse throughout implementation. For example, a website may have multiple webpages that implement the same navigation bar or text-field, but none of these objects have relation to one another.

Here are 14,354 public repositories matching this topic...

mparizeau-pdftron
mparizeau-pdftron commented Aug 4, 2020

React version: 16.12

Steps To Reproduce

  1. Open http://cygnetuat.sterlingdatarooms.com/PDFTronClientTest/ in IE11
  2. Wait for the application to load in the iframe

The current behavior

Sometimes an "Unspecified error" will appear in the console and the viewer in the iframe won't load

![image](https://user-images.githubusercontent.com/15879431/89355081-60162780-d66f-11ea-829a-fb

storybook
AlokTakshak
AlokTakshak commented Aug 16, 2020

Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined

To Reproduce
Steps to reproduce the behavior:

  1. ng new ng-ui --create-application=false
  2. cd ng-ui
  3. ng g lib button -p ui
  4. npx -p @storybook/cli sb
jsinhSolanki
jsinhSolanki commented Jan 17, 2019

Hey, I am using tooltip in my navbar and I have two layout.

  1. With navbar
  2. No Navbar

I have button in navbar which navigates to another layout which dont have any navbar.(So, when I click on btn, btn it self and navbar gets destroyed). But that tooltip which I used on button still remain.

i have created simillar demo for you.
jsfiddle

Wikipedia
Wikipedia
You can’t perform that action at this time.