question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Would this plugin work with react-redux-starter-kit setup?

See original GitHub issue

I am currently using that structure, and given this error

browser.js:49 Warning: [react-router] Location "/carte-blanche" did not match any routes
user-bundle.js:19 Uncaught TypeError: Cannot set property '_ressources' of undefined
Failed to parse SourceMap: http://localhost:8080/carte-blanche/user-bundle.js.map

this is under the location localhost:8080/carte-blanche

and I followed the config at pointing it to my components which are under src/components

Link for the kit setup: https://github.com/davezuko/react-redux-starter-kit

Hope you can help as it is truly a GREAT lib you have here!!

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
ewnd9commented, Jun 24, 2016

@lightning18 nope, I found that issue by searching user-bundle.js:19 Uncaught TypeError: Cannot set property '_ressources' of undefined, sorry for the misunderstanding.

1reaction
ewnd9commented, Jun 24, 2016

@lightning18 of course

new CarteBlanche({
  componentRoot: './src/components',
  filter: /(.*)\/(\1)\.js$/
})

It matches files like component/component.js

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitHub - davezuko/react-redux-starter-kit
This starter kit is designed to get you up and running with a bunch of awesome front-end technologies. The primary goal of this...
Read more >
redux-starter-kit - npm
A simple set of tools to make using Redux easier. Latest version: 2.0.0, last published: 3 years ago. Start using redux-starter-kit in your ......
Read more >
How to Set up React, TypeScript, Redux SPA from Scratch
If you're learning to code, check out my website https://codehawke.com/all_access.html Course Link:https://codehawke.com/react_redux.
Read more >
react-redux-starter-app - npm package - Snyk
Starter app with React, Redux, Webpack, CSS Modules, API calls etc. For more information about how to use this package see README ·...
Read more >
Redux Toolkit | Redux Toolkit
Provides good defaults for store setup out of the box, and includes the most commonly used Redux addons built-in. Powerful. Takes inspiration from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found