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.

`Cite.plugins.output.config` is undefined

See original GitHub issue

I’m trying to import a new CSL style.

According to the docs (https://citation.js.org/api/tutorial-output_plugins_csl.html), we should be able to do:

let config = Cite.plugins.output.config.get('csl');
config.templates.add(citation_style_name, citation_stylesheet);

But Cite.plugins.output.config is undefined 😦

Did the API change and the docs are just out of date? Or something else?

Cheers!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jczerwinskicommented, Oct 15, 2018

Nevermind, I think it’s on me. Async things happening in unexpected order in my code. Thanks!

0reactions
jczerwinskicommented, Oct 15, 2018

Or alternatively, bibliography.js grabbing a new engine, rather than the existing one?

Read more comments on GitHub >

github_iconTop Results From Across the Web

import vue.js plugin is undefined - webpack - Stack Overflow
Webpack is assuming that you have exported a default property. You can do that like so: export default { install: function(Vue,config) ...
Read more >
Output - webpack
webpack.config.js module.exports = { //... output: { //. ... If output.library.name is undefined, the following is generated instead.
Read more >
Notice: Undefined variable: output - WordPress.org
Right in the Assigned messages it says: Notice: Undefined variable: output in /home/www/albinaflanderova.cz/www/wp-content/plugins/woo-custom-emails-per- ...
Read more >
Config Plugins - Expo Documentation
Internally Expo CLI uses config plugins to generate and configure all the native code for a managed project. Plugins do things like generate...
Read more >
Using environment variables | Logstash Reference [8.5] - Elastic
You can set environment variable references in the configuration for Logstash plugins by using ${var} . · At Logstash startup, each reference is...
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