react-pannellum icon indicating copy to clipboard operation
react-pannellum copied to clipboard

Results 17 react-pannellum issues
Sort by recently updated
recently updated
newest added

Unable to install react-pannellum on projects, where react version used in project is different than that of react-pannellum(react: 17.0.2) How to reproduce this bug? 1. npx create-react-app sample-app 2. npm...

Due to stricter rules for peerDependencies in newer npm versions, the hardcoded versions are breaking the build of any project deviating in version. By allowing a broader range of versions,...

[Related Stack Overflow question](https://stackoverflow.com/questions/77276423/react-pannellum-gets-stuck-on-loading-forever) My React code is as follows: ``` import React, { useEffect, useRef, useState } from "react"; import ReactPanellum from "react-pannellum" import axios from "axios"; interface IViewer360...

Currently, when we try to use this lib with Cordova, the image cannot be read since Cordova's FileReader does not allow the "addEventListener" method; however, we can utilize the "_realReader"....

Hi is it possible to catch error on loading from src url, so i can handle errors. For example, like onError handler on HTML video element or on Image (next.js)...

Do you have plan to update the dependencies of this project? Such as it conflicts with the latest version of react, postcss etc.

- Created new API method that returns every viewer ~ getViewers() - Made deep-copy of configs so they don't get shared between viewers.

## Changes made in PR: #97 Currently all API methods refers to the last panorama object since the package doesn't store every viewer. It makes it hard to control multiple...

I'm trying to make an advanced example using this package by creating a multiscene tour with hotspots and I'm experiencing some challenges. My errors seem to be coming from the...